3v4l.org

run code in 300+ PHP versions simultaneously
<? function &myfoo(){ return $arr="qwe"; } /* $val="qee\x50 swe\x40 qwe# <> %^qwef\xA3"; $val=htmlspecialchars($val); //echo preg_replace_callback("|\\x([0-9A-F]){2}|", "myfoo", $val ); echo preg_replace("|\\x([\da-fA-F]{2})|", "555", $val); //\\x([0-9A-F]){2} */ $a="10"; $a=myfoo(); // ������ ������??? var_dump($a);
Output for git.master, git.master_jit, rfc.property-hooks
<? function &myfoo(){ return $arr="qwe"; } /* $val="qee\x50 swe\x40 qwe# <> %^qwef\xA3"; $val=htmlspecialchars($val); //echo preg_replace_callback("|\\x([0-9A-F]){2}|", "myfoo", $val ); echo preg_replace("|\\x([\da-fA-F]{2})|", "555", $val); //\\x([0-9A-F]){2} */ $a="10"; $a=myfoo(); // ������ ������??? var_dump($a);

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