-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/016.phpt

--TEST--
isset() with object properties when operating on non-object
--FILE--
<?php

$foo = NULL; 
isset($foo->bar->bar);

echo "Done\n";
?>
--EXPECT--	
Done

Copyright © 2017 || Recoded By Mr.Bumblebee