3v4l.org

run code in 300+ PHP versions simultaneously
<?php $obj = (object)array('123' => '456'); print_r($obj); echo $obj->{123},"\n"; if (!property_exists($obj,'123')) echo 'property 123 does not exist',"\n"; if ($obj->{123} === NULL) echo 'property 123 is null',"\n";

preferences:
36.86 ms | 402 KiB | 5 Q