3v4l.org

run code in 300+ PHP versions simultaneously
<?php $postData = array( "validate_data"=> true, "platform"=> "magento", "utoken"=> $utoken, "email"=> $email, "customer_name"=> $fname, "order_id"=> "NEED", "products"=> array( //THE SYNTAX ERROR IS IN THESE ARRAYS 'category'=> array( "url"=> $produrl, "name"=> $model ) ) ); var_dump(http_build_query($postData));
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $utoken in /in/YTuM6 on line 6 Warning: Undefined variable $email in /in/YTuM6 on line 7 Warning: Undefined variable $fname in /in/YTuM6 on line 8 Warning: Undefined variable $produrl in /in/YTuM6 on line 12 Warning: Undefined variable $model in /in/YTuM6 on line 13 string(46) "validate_data=1&platform=magento&order_id=NEED"

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:
59.7 ms | 401 KiB | 8 Q