3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function __construct(public array $foo = [1, 2, 3], public string $bar = 'baz') {} } var_dump(serialize(new Foo()));
Output for git.master, git.master_jit, rfc.property-hooks
string(74) "O:3:"Foo":2:{s:3:"foo";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}s:3:"bar";s:3:"baz";}"

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:
53.15 ms | 405 KiB | 5 Q