Browse Source

Fix tests

experimental/first_unicode_implementation
Felipe Pena 19 years ago
parent
commit
421295b52e
  1. 4
      ext/spl/tests/spl_autoload_008.phpt
  2. 2
      ext/standard/tests/array/array_walk_recursive_error1.phpt

4
ext/spl/tests/spl_autoload_008.phpt

@ -82,7 +82,7 @@ Exception: Bla
int(0)
====2====
string(22) "MyAutoLoader::dynaLoad"
LogicException: Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dynaLoad() should not be called statically)
LogicException: Function 'MyAutoLoader::dynaLoad' not callable, (non-static method MyAutoLoader::dynaLoad() should not be called statically)
int(0)
====3====
array(2) {
@ -144,7 +144,7 @@ Exception: Bla
int(0)
====2====
unicode(22) "MyAutoLoader::dynaLoad"
LogicException: Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dynaLoad() should not be called statically)
LogicException: Function 'MyAutoLoader::dynaLoad' not callable, (non-static method MyAutoLoader::dynaLoad() should not be called statically)
int(0)
====3====
array(2) {

2
ext/standard/tests/array/array_walk_recursive_error1.phpt

@ -43,7 +43,7 @@ Warning: array_walk_recursive() expects at least 2 parameters, 1 given in %s on
NULL
-- Testing array_walk_recursive() function with non existent callback function --
Warning: array_walk_recursive() expects parameter 2 to be valid callback, string given in %s on line %d
Warning: array_walk_recursive() expects parameter 2 to be a valid callback, function 'non_existent' not found or invalid function name in %s on line %d
NULL
Done
--UEXPECTF--

Loading…
Cancel
Save