iliaa Sun, 13 Sep 2009 13:14:11 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=288291
Log:
Fixed test
Changed paths:
U php/php-src/branches/PHP_5_3/sapi/cli/tests/006.phpt
U php/php-src/trunk/sapi/cli/tests/006.phpt
Modified: php/php-src/branches/PHP_5_3/sapi/cli/tests/006.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/sapi/cli/tests/006.phpt 2009-09-13
09:59:26 UTC (rev 288290)
+++ php/php-src/branches/PHP_5_3/sapi/cli/tests/006.phpt 2009-09-13
13:14:11 UTC (rev 288291)
@@ -79,7 +79,7 @@
- Parameters [5] {
Parameter #0 [ <required> $regex ]
Parameter #1 [ <required> $replace ]
- Parameter #2 [ <optional> $subject ]
+ Parameter #2 [ <required> $subject ]
Parameter #3 [ <optional> $limit ]
Parameter #4 [ <optional> &$count ]
}
@@ -99,7 +99,7 @@
- Parameters [5] {
Parameter #0 [ <required> $regex ]
Parameter #1 [ <required> $replace ]
- Parameter #2 [ <optional> $subject ]
+ Parameter #2 [ <required> $subject ]
Parameter #3 [ <optional> $limit ]
Parameter #4 [ <optional> &$count ]
}
Modified: php/php-src/trunk/sapi/cli/tests/006.phpt
===================================================================
--- php/php-src/trunk/sapi/cli/tests/006.phpt 2009-09-13 09:59:26 UTC (rev
288290)
+++ php/php-src/trunk/sapi/cli/tests/006.phpt 2009-09-13 13:14:11 UTC (rev
288291)
@@ -79,7 +79,7 @@
- Parameters [5] {
Parameter #0 [ <required> $regex ]
Parameter #1 [ <required> $replace ]
- Parameter #2 [ <optional> $subject ]
+ Parameter #2 [ <required> $subject ]
Parameter #3 [ <optional> $limit ]
Parameter #4 [ <optional> &$count ]
}
@@ -99,7 +99,7 @@
- Parameters [5] {
Parameter #0 [ <required> $regex ]
Parameter #1 [ <required> $replace ]
- Parameter #2 [ <optional> $subject ]
+ Parameter #2 [ <required> $subject ]
Parameter #3 [ <optional> $limit ]
Parameter #4 [ <optional> &$count ]
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php