]> granicus.if.org Git - php/commitdiff
MFH: Adjust tests. The order in which notices appear is platform dependend as the...
authorDavid Soria Parra <dsp@php.net>
Tue, 7 Jul 2009 12:11:53 +0000 (12:11 +0000)
committerDavid Soria Parra <dsp@php.net>
Tue, 7 Jul 2009 12:11:53 +0000 (12:11 +0000)
Zend/tests/024.phpt

index 6fe10201f593f055872ffbd69d27882a1ef793e4..ff35a5c895f13a0d6e477fa1e0bc9db213c832e4 100644 (file)
@@ -18,17 +18,17 @@ var_dump($a->$b->$c[1]);
 Notice: Undefined variable: a in %s on line %d
 NULL
 
-Notice: Undefined variable: c in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
 
-Notice: Undefined variable: a in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
 NULL
 
 Notice: Undefined variable: a in %s on line %d
 int(1)
 
-Notice: Undefined variable: b in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
 
-Notice: Undefined variable: a in %s on line %d
+Notice: Undefined variable: %s in %s on line %d
 int(0)
 
 Notice: Undefined variable: a in %s on line %d