Browse Source

add test

migration/RELEASE_1_0_0
Antony Dovgal 20 years ago
parent
commit
de23c325e9
  1. 12
      Zend/tests/016.phpt

12
Zend/tests/016.phpt

@ -0,0 +1,12 @@
--TEST--
isset() with object properties when operating on non-object
--FILE--
<?php
$foo = NULL;
isset($foo->bar->bar);
echo "Done\n";
?>
--EXPECT--
Done
Loading…
Cancel
Save