cvs: ZendEngine2 /tests 024.phpt

From: Date: Tue, 07 Jul 2009 11:52:43 +0000
Subject: cvs: ZendEngine2 /tests 024.phpt
Groups: php.zend-engine.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
dsp		Tue Jul  7 11:52:43 2009 UTC

  Modified files:              
    /ZendEngine2/tests	024.phpt 
  Log:
  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&r2=1.2&diff_format=u
Index: ZendEngine2/tests/024.phpt
diff -u ZendEngine2/tests/024.phpt:1.1 ZendEngine2/tests/024.phpt:1.2
--- ZendEngine2/tests/024.phpt:1.1	Fri Apr 18 13:54:46 2008
+++ ZendEngine2/tests/024.phpt	Tue Jul  7 11:52:43 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




Thread (1 message)

  • David Soria Parra
« previous php.zend-engine.cvs (#7710) next »