3v4l.org

run code in 300+ PHP versions simultaneously
<?php <?php class MyClass { public $prop = "test"; public function test() { $class = new class($parent){ private $parentObj; public function __construct($parentObj) { $this->parentObj = $parentObj; } public function run() { echo $this->parentObj->prop; } }; $class->run(); } }
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/nVq1f on line 3
Process exited with code 255.

preferences:
158.82 ms | 1399 KiB | 36 Q