3v4l.org

run code in 300+ PHP versions simultaneously
<?php <?php class MyClass { private $prop = "test"; public function test() { $class = new class($parent){ public function __construct($num) { $this->num = $num; } public function run() { // ???? MyClass::$prop ???? } }; } }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected '<', expecting end of file in /in/LnrRi on line 3
Process exited with code 255.

preferences:
153.65 ms | 1399 KiB | 36 Q