3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { function __halt_compiler(){ echo "blah", PHP_EOL; } } $foo = new Foo; $foo->__halt_compiler(); echo "the end"; __halt_compiler(); var_dump($not_executed);
Output for git.master_jit, git.master, rfc.property-hooks
Parse error: syntax error, unexpected token "__halt_compiler" in /in/InJQe on line 4
Process exited with code 255.

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:
80.52 ms | 2169 KiB | 4 Q