3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('INSTALL_ROOT', "meukee!"); $array = parse_ini_string(' int = 123 constant = INSTALL_ROOT quotedString = "string" a = INSTALL_ROOT "waa" b = "INSTALL_ROOT" c = "waa" INSTALL_ROOT d = INSTALL_ROOT "INSTALL_ROOT"', false, INI_SCANNER_RAW); var_dump($array); ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(7) { ["int"]=> string(3) "123" ["constant"]=> string(12) "INSTALL_ROOT" ["quotedString"]=> string(6) "string" ["a"]=> string(18) "INSTALL_ROOT "waa"" ["b"]=> string(12) "INSTALL_ROOT" ["c"]=> string(18) ""waa" INSTALL_ROOT" ["d"]=> string(27) "INSTALL_ROOT "INSTALL_ROOT"" }

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