3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { //It's crucial to construct it in the same line return new class{ static $foo = '-'; }; } $x = test(); $x::$foo = 'x'; $y = test(); $y::$foo = 'y'; var_dump($x::$foo, $y::$foo, ($x === $y), (get_class($x) === get_class($y)));

This is an error 404

There are `0` results


preferences:
165.04 ms | 1399 KiB | 7 Q