3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST = array(); $_POST["orderId"]="9879879879_afadak31"; $_POST["orderAmount"]="190.0"; $_POST["referenceId"]="16242"; $_POST["txStatus"]="SUCCESS"; $_POST["paymentMode"]="NET_BANKING"; $_POST["txMsg"]="OK"; $_POST["txTime"]="2018-02-16 01:30:36"; $orderId = $_POST["orderId"]; $orderAmount = $_POST["orderAmount"]; $referenceId = $_POST["referenceId"]; $txStatus = $_POST["txStatus"]; $paymentMode = $_POST["paymentMode"]; $txMsg = $_POST["txMsg"]; $txTime = $_POST["txTime"]; $data = $orderId.$orderAmount.$referenceId.$txStatus.$paymentMode.$txMsg.$txTime; echo 'Hello ' . htmlspecialchars($_POST["orderId"]) . '!'; echo $data;
Output for git.master, git.master_jit, rfc.property-hooks
Hello 9879879879_afadak31!9879879879_afadak31190.016242SUCCESSNET_BANKINGOK2018-02-16 01:30:36

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
44.44 ms | 401 KiB | 8 Q