]> granicus.if.org Git - php/commitdiff
- Fixed test
authorFelipe Pena <felipe@php.net>
Mon, 12 May 2008 11:15:32 +0000 (11:15 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 12 May 2008 11:15:32 +0000 (11:15 +0000)
Zend/tests/isset_003.phpt

index f8680fa27ec7357eb509d850830ef7813f51718b..68c26f80f000f2fddac19d193d43c8d2062abfbf 100644 (file)
@@ -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)