cvs: ZendEngine2 /tests 014.phpt 017.phpt
[email protected] ("Felipe Pena")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsfelipe1204213121@cvsserver> |
felipe Thu Feb 28 15:38:41 2008 UTC
Modified files:
/ZendEngine2/tests 014.phpt 017.phpt
Log:
Fixed tests (new error message)
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/014.phpt?r1=1.1&r2=1.2&diff_format=u
Index: ZendEngine2/tests/014.phpt
diff -u ZendEngine2/tests/014.phpt:1.1 ZendEngine2/tests/014.phpt:1.2
--- ZendEngine2/tests/014.phpt:1.1 Tue Jun 27 21:09:50 2006
+++ ZendEngine2/tests/014.phpt Thu Feb 28 15:38:40 2008
@@ -32,7 +32,7 @@
string(%d) "%s"
}
-Warning: Wrong parameter count for get_included_files() in %s on line %d
+Warning: get_included_files() expects exactly 0 parameters, 2 given in %s on line %d
NULL
array(2) {
[0]=>
@@ -41,7 +41,7 @@
string(%d) "%s"
}
-Warning: Wrong parameter count for get_included_files() in %s on line %d
+Warning: get_included_files() expects exactly 0 parameters, 1 given in %s on line %d
NULL
array(2) {
[0]=>
@@ -62,7 +62,7 @@
unicode(%d) "%s"
}
-Warning: Wrong parameter count for get_included_files() in %s on line %d
+Warning: get_included_files() expects exactly 0 parameters, 2 given in %s on line %d
NULL
array(2) {
[0]=>
@@ -71,7 +71,7 @@
unicode(%d) "%s"
}
-Warning: Wrong parameter count for get_included_files() in %s on line %d
+Warning: get_included_files() expects exactly 0 parameters, 1 given in %s on line %d
NULL
array(2) {
[0]=>
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/017.phpt?r1=1.3&r2=1.4&diff_format=u
Index: ZendEngine2/tests/017.phpt
diff -u ZendEngine2/tests/017.phpt:1.3 ZendEngine2/tests/017.phpt:1.4
--- ZendEngine2/tests/017.phpt:1.3 Thu Aug 2 16:52:59 2007
+++ ZendEngine2/tests/017.phpt Thu Feb 28 15:38:40 2008
@@ -66,12 +66,12 @@
string(5) "array"
int(%d)
-Warning: Wrong parameter count for get_defined_functions() in %s on line %d
+Warning: get_defined_functions() expects exactly 0 parameters, 1 given in %s on line %d
NULL
string(5) "array"
int(%d)
-Warning: Wrong parameter count for get_declared_interfaces() in %s on line %d
+Warning: get_declared_interfaces() expects exactly 0 parameters, 1 given in %s on line %d
NULL
string(5) "array"
int(%d)
@@ -106,12 +106,12 @@
unicode(5) "array"
int(%d)
-Warning: Wrong parameter count for get_defined_functions() in %s on line %d
+Warning: get_defined_functions() expects exactly 0 parameters, 1 given in %s on line %d
NULL
unicode(5) "array"
int(%d)
-Warning: Wrong parameter count for get_declared_interfaces() in %s on line %d
+Warning: get_declared_interfaces() expects exactly 0 parameters, 1 given in %s on line %d
NULL
unicode(5) "array"
int(%d)