3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A{ public function Data(){ return B::Date(); } } $systA=new A(); class B{ private static $datetimezone; public static function SetTimeZone($a){ self::$datetimezone=$a; } public static function Date(){ return $this->datetimezone; } } B::SetTimeZone('Europe/Paris'); $systA->Data();
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Using $this when not in object context in /in/bOYI5:17 Stack trace: #0 /in/bOYI5(4): B::Date() #1 /in/bOYI5(22): A->Data() #2 {main} thrown in /in/bOYI5 on line 17
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:
39.24 ms | 401 KiB | 8 Q