3v4l.org

run code in 300+ PHP versions simultaneously
<?php class YourClass { function __construct() { $x = function() { echo static::__CLASS__; }; $x(); } } class MyClass extends YourClass { function __construct() { parent::__construct(); } } $x = new MyClass();
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant MyClass::__CLASS__ in /in/HbfL1:8 Stack trace: #0 /in/HbfL1(11): YourClass->{closure}() #1 /in/HbfL1(18): YourClass->__construct() #2 /in/HbfL1(22): MyClass->__construct() #3 {main} thrown in /in/HbfL1 on line 8
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.69 ms | 401 KiB | 8 Q