3v4l.org

run code in 300+ PHP versions simultaneously
<?php $waa = "meukee!"; $result = parse_ini_string('waa2 = "meukee!" value = ${waa} value2 = $waa value3 = "${waa}"'); var_dump($result); $result = parse_ini_string('waa2 = "meukee!" value = ${open_basedir} value2 = $waa value3 = "${waa}"'); var_dump($result);
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { ["waa2"]=> string(7) "meukee!" ["value"]=> string(0) "" ["value2"]=> string(4) "$waa" ["value3"]=> string(0) "" } array(4) { ["waa2"]=> string(7) "meukee!" ["value"]=> string(13) "/tmp:/in:/etc" ["value2"]=> string(4) "$waa" ["value3"]=> string(0) "" }

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