3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function &__get($name) { echo "Fetching $name"; } } $foo = new Foo(); if (property_exists($foo, 'madeup')) { }

preferences:
43.07 ms | 402 KiB | 5 Q