3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '{"products":[{"product_id":"057-10-1351","desired_quantity":1}],"nearby":"32765","radius":100,"multichannel_options":[{"multichannel_option":"none"}]}'; $id = 1; $zip = 2; $prox = 3; $x = (object)array(array( "products" => array( "product_id" => $id , "desired_quantity" => 1 )) , "nearby" => $zip , "radius" => $prox ); print $str.PHP_EOL; print json_encode($x);
Output for git.master, git.master_jit, rfc.property-hooks
{"products":[{"product_id":"057-10-1351","desired_quantity":1}],"nearby":"32765","radius":100,"multichannel_options":[{"multichannel_option":"none"}]} {"0":{"products":{"product_id":1,"desired_quantity":1}},"nearby":2,"radius":3}

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