Browse Source

- Fixed test

experimental/first_unicode_implementation
Felipe Pena 18 years ago
parent
commit
249ada6930
  1. 8
      Zend/tests/isset_003.phpt

8
Zend/tests/isset_003.phpt

@ -23,11 +23,17 @@ var_dump(isset($GLOBALS[1]));
var_dump(isset($GLOBALS[1]->$GLOBALS));
?>
--EXPECT--
--EXPECTF--
bool(true)
bool(true)
bool(false)
bool(false)
Notice: Undefined variable: d in %s on line %d
Notice: Undefined variable: c in %s on line %d
Notice: Trying to get property of non-object in %s on line %d
bool(false)
bool(true)
bool(false)

Loading…
Cancel
Save