3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public $bra = 'bar'; } $foo = new Foo(); $foo_exported = var_export($foo, TRUE); var_dump($foo_exported); $new_foo = eval($foo_exported);
Output for git.master, git.master_jit, rfc.property-hooks
string(46) "\Foo::__set_state(array( 'bra' => 'bar', ))" Parse error: syntax error, unexpected end of file in /in/N07Ag(12) : eval()'d code on line 3
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:
44.76 ms | 401 KiB | 8 Q