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( "products" => array( "product_id" => $id , "desired_quantity" => 1 ) , "nearby" => $zip , "radius" => $prox ); var_dump($x); print json_encode($x);
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (3) { ["products"]=> array(2) { ["product_id"]=> int(1) ["desired_quantity"]=> int(1) } ["nearby"]=> int(2) ["radius"]=> int(3) } {"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:
40.58 ms | 402 KiB | 8 Q