3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo { function __construct($foo = null) { $this->foo = $foo; } public $foo; } var_dump(new foo(new foo(true)) == new foo(new foo(true)));

preferences:
42.11 ms | 402 KiB | 5 Q