3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Baz { public function foo(); } trait Foo { public function foo(){ echo 'foo me'; } } class Bar implements Baz { use Foo {Baz::foo as biz;} } $foo = new Foo(); $foo->biz();
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Class Baz is not a trait, Only traits may be used in 'as' and 'insteadof' statements in /in/PAk6D on line 14
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:
51.27 ms | 401 KiB | 8 Q