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);

preferences:
32.41 ms | 402 KiB | 5 Q