summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-14 16:18:02 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-14 16:18:02 +0000
commita64089668532a8cef068bd730a79413a6a447f63 (patch)
treefcc6406ec2a53a32dbe655cf93b02b7854205a56 /ext
parentd85fc29edf8d06f1f71bebf3db5985f5e674b4c5 (diff)
downloadphp-git-a64089668532a8cef068bd730a79413a6a447f63.tar.gz
fix test
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/tests/array/end_64bit.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/array/end_64bit.phpt b/ext/standard/tests/array/end_64bit.phpt
index 656b3e94e8..94fff0c1c4 100644
--- a/ext/standard/tests/array/end_64bit.phpt
+++ b/ext/standard/tests/array/end_64bit.phpt
@@ -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