felipe Sun Feb 17 01:11:04 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/array array_slice.phpt
Log:
Fix the fix
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_slice.phpt?r1=1.2.2.4&r2=1.2.2.5&diff_format=u
Index: php-src/ext/standard/tests/array/array_slice.phpt
diff -u php-src/ext/standard/tests/array/array_slice.phpt:1.2.2.4
php-src/ext/standard/tests/array/array_slice.phpt:1.2.2.5
--- php-src/ext/standard/tests/array/array_slice.phpt:1.2.2.4 Sun Feb 17
01:03:19 2008
+++ php-src/ext/standard/tests/array/array_slice.phpt Sun Feb 17 01:11:04 2008
@@ -91,23 +91,23 @@
--EXPECTF--
*** Output for Zero Argument ***
-Warning: array_slice() expects at least 2 parameters, 0 given in
/home/felipe/php5/ext/standard/tests/array/array_slice.php on line 22
+Warning: array_slice() expects at least 2 parameters, 0 given in %s on line %d
*** Output for Single array Argument ***
-Warning: array_slice() expects at least 2 parameters, 1 given in
/home/felipe/php5/ext/standard/tests/array/array_slice.php on line 26
+Warning: array_slice() expects at least 2 parameters, 1 given in %s on line %d
*** Output for invalid number of Arguments ***
-Warning: array_slice() expects at most 4 parameters, 5 given in
/home/felipe/php5/ext/standard/tests/array/array_slice.php on line 30
+Warning: array_slice() expects at most 4 parameters, 5 given in %s on line %d
*** Output for scalar Argument ***
-Warning: array_slice() expects parameter 1 to be array, integer given in
/home/felipe/php5/ext/standard/tests/array/array_slice.php on line 34
+Warning: array_slice() expects parameter 1 to be array, integer given in %s on
line %d
*** Output for string Argument ***
-Warning: array_slice() expects parameter 1 to be array, string given in
/home/felipe/php5/ext/standard/tests/array/array_slice.php on line 38
+Warning: array_slice() expects parameter 1 to be array, string given in %s on
line %d
*** Iteration 1 ***
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php