-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Testing isset with several undefined variables as argument
--FILE--
<?php

var_dump(isset($a, ${$b}, $$c, $$$$d, $e[$f->g]->d));

?>
--EXPECT--
bool(false)

Copyright © 2017 || Recoded By Mr.Bumblebee