3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 1; (unset) $a; var_dump($a); $x = new StdClass; $x->stuff = 'foo'; 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 404

There are `0` results


preferences:
145.33 ms | 1399 KiB | 7 Q