]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Mon, 14 May 2007 16:18:02 +0000 (16:18 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 14 May 2007 16:18:02 +0000 (16:18 +0000)
ext/standard/tests/array/end_64bit.phpt

index 656b3e94e88764f1a9b9c807aee9d30827793a92..94fff0c1c429a256531dcfbb92011cbda80cde7b 100644 (file)
@@ -223,16 +223,16 @@ resource(6) of type (stream)
 
 *** Testing error conditions ***
 
-Warning: Wrong parameter count for end() in /home/tony/php-src_5_2/ext/standard/tests/array/end_64bit.php on line 102
+Warning: Wrong parameter count for end() in %s on line %d
 NULL
 
-Warning: Wrong parameter count for end() in /home/tony/php-src_5_2/ext/standard/tests/array/end_64bit.php on line 103
+Warning: Wrong parameter count for end() in %s on line %d
 NULL
 
-Warning: end(): Passed variable is not an array or object in /home/tony/php-src_5_2/ext/standard/tests/array/end_64bit.php on line 108
+Warning: end(): Passed variable is not an array or object in %s on line %d
 bool(false)
 
-Warning: end(): Passed variable is not an array or object in /home/tony/php-src_5_2/ext/standard/tests/array/end_64bit.php on line 109
+Warning: end(): Passed variable is not an array or object in %s on line %d
 bool(false)
 bool(false)
 Done