3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public int $bar; public function __get($name) { //return 'string'; // Can no longer do this return 999; // Type has to match } } $foo = new Foo(); var_dump($foo->bar);

preferences:
52.17 ms | 402 KiB | 5 Q