3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '{"4":{"virtuemart_calc_id":4,"calc_name":"MwSt. 7%","calc_value":"7.0000","result":0.1498133},"3":{"virtuemart_calc_id":3,"calc_name":"MwSt. 19%","calc_value":"19.0000" ,"result":0.7904}}'; $array = json_decode($string); var_dump($array);
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#2 (2) { ["4"]=> object(stdClass)#1 (4) { ["virtuemart_calc_id"]=> int(4) ["calc_name"]=> string(8) "MwSt. 7%" ["calc_value"]=> string(6) "7.0000" ["result"]=> float(0.1498133) } ["3"]=> object(stdClass)#3 (4) { ["virtuemart_calc_id"]=> int(3) ["calc_name"]=> string(9) "MwSt. 19%" ["calc_value"]=> string(7) "19.0000" ["result"]=> float(0.7904) } }

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:
37.86 ms | 402 KiB | 8 Q