3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait Foo { public string $bar { get => $this->x; } private string $x = 'bar'; } class A { use Foo; } $a = new A(); $a->bar;
Output for git.master
Parse error: syntax error, unexpected token "{", expecting "," or ";" in /in/8NILP on line 4
Process exited with code 255.
Output for git.master_jit
Output for rfc.property-hooks
Fatal error: Uncaught Error: Cannot access private property A::$x in /in/8NILP:5 Stack trace: #0 /in/8NILP(16): Foo->$bar::get() #1 {main} thrown in /in/8NILP on line 5
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:
174.12 ms | 1071 KiB | 8 Q