3v4l.org

run code in 300+ PHP versions simultaneously
<?php $random = "merchantId=01010101010335806&reqSignTyp=MD5&resultCode=CBP00003&resultMessage=数据库错误&orderSts=F&orderCcy=RMB&orderAmt=1&orderCcyAmt=1.00&orderRat=100&orderId=20170708110002&jrnNo=123456752733&mercKey=123136&backUrl=http://172.28.162.20:8030/bcbppub1/NTY5310001.do&cbpMercId=01310109010130815&cplOrderRat=1RMB=1.0000CNY&cplOrderCcyAmt=1RMB&sign=903DDE3431F3E69EE5F7C62F1B98B302&ReqSignTyp=MD5&serverSign=55028C945E64796B2B2726F948B26931"; parse_str($random, $xd); var_dump($xd); ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(19) { ["merchantId"]=> string(17) "01010101010335806" ["reqSignTyp"]=> string(3) "MD5" ["resultCode"]=> string(8) "CBP00003" ["resultMessage"]=> string(15) "数据库错误" ["orderSts"]=> string(1) "F" ["orderCcy"]=> string(3) "RMB" ["orderAmt"]=> string(1) "1" ["orderCcyAmt"]=> string(4) "1.00" ["orderRat"]=> string(3) "100" ["orderId"]=> string(14) "20170708110002" ["jrnNo"]=> string(12) "123456752733" ["mercKey"]=> string(6) "123136" ["backUrl"]=> string(48) "http://172.28.162.20:8030/bcbppub1/NTY5310001.do" ["cbpMercId"]=> string(17) "01310109010130815" ["cplOrderRat"]=> string(14) "1RMB=1.0000CNY" ["cplOrderCcyAmt"]=> string(4) "1RMB" ["sign"]=> string(32) "903DDE3431F3E69EE5F7C62F1B98B302" ["ReqSignTyp"]=> string(3) "MD5" ["serverSign"]=> string(32) "55028C945E64796B2B2726F948B26931" }

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:
50.85 ms | 403 KiB | 8 Q