3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A{ public $stuff; } $x = new A; var_dump(property_exists($x, "stuff")); var_dump($x->stuff); unset($x->stuff); var_dump(property_exists($x, "stuff")); var_dump($x->stuff);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
200.74 ms | 2585 KiB | 10 Q