Browse Source

Fixed tests (new error message)

experimental/first_unicode_implementation
Felipe Pena 19 years ago
parent
commit
6f2edcd3f8
  1. 8
      Zend/tests/014.phpt
  2. 8
      Zend/tests/017.phpt

8
Zend/tests/014.phpt

@ -32,7 +32,7 @@ array(2) {
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 @@ array(2) {
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 @@ array(2) {
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 @@ array(2) {
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]=>

8
Zend/tests/017.phpt

@ -66,12 +66,12 @@ string(5) "array"
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"
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)

Loading…
Cancel
Save