cvs: ZendEngine2(PHP_5_3) /tests 024.phpt
[email protected] ("David Soria Parra") Tue, 07 Jul 2009 12:11:53 -0000
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsdsp1246968713@cvsserver> |
dsp Tue Jul 7 12:11:53 2009 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2/tests 024.phpt
Log:
MFH: Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C.
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/024.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: ZendEngine2/tests/024.phpt
diff -u ZendEngine2/tests/024.phpt:1.1.2.2 ZendEngine2/tests/024.phpt:1.1.2.3
--- ZendEngine2/tests/024.phpt:1.1.2.2 Fri Apr 18 14:05:47 2008
+++ ZendEngine2/tests/024.phpt Tue Jul 7 12:11:53 2009
@@ -18,17 +18,17 @@
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