3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json='{"description":"Testing","site":"http:\\/\\/localhost","steps":{"step":{"command":"grabimage","parameter":"img[alt=\\"1Next\\"]"}}}'; /*$array=array ( 'description' => 'Testing', 'site' => 'http://localhost', 'steps' => array ( 'step' => array ( 'command' => 'grabimage', 'parameter' => 'img[alt="1Next"]', ) ), );*/ //var_export(json_encode($array)); $array=json_decode($json,true); if(key($array['steps']['step'])==='command'){ $array['steps']['step']=[$array['steps']['step']]; } var_export($array);
Output for git.master, git.master_jit, rfc.property-hooks
array ( 'description' => 'Testing', 'site' => 'http://localhost', 'steps' => array ( 'step' => array ( 0 => array ( 'command' => 'grabimage', 'parameter' => 'img[alt="1Next"]', ), ), ), )

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:
111.21 ms | 406 KiB | 5 Q