tony2001                Mon May 14 16:18:02 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard/tests/array   end_64bit.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/end_64bit.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/array/end_64bit.phpt
diff -u php-src/ext/standard/tests/array/end_64bit.phpt:1.1.2.1 
php-src/ext/standard/tests/array/end_64bit.phpt:1.1.2.2
--- php-src/ext/standard/tests/array/end_64bit.phpt:1.1.2.1     Mon May 14 
11:04:30 2007
+++ php-src/ext/standard/tests/array/end_64bit.phpt     Mon May 14 16:18:02 2007
@@ -223,16 +223,16 @@
 
 *** 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to