sniper Wed Mar 28 12:25:33 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/cli/tests 015.phpt
Log:
- Fix test: Some people actually use --enable-debug here..
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/015.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/sapi/cli/tests/015.phpt
diff -u php-src/sapi/cli/tests/015.phpt:1.1.2.2
php-src/sapi/cli/tests/015.phpt:1.1.2.3
--- php-src/sapi/cli/tests/015.phpt:1.1.2.2 Thu Mar 22 21:35:41 2007
+++ php-src/sapi/cli/tests/015.phpt Wed Mar 28 12:25:33 2007
@@ -16,7 +16,7 @@
echo "Done\n";
?>
--EXPECTF--
-PHP %d.%d.%d%s(cli) (built: %s)
+PHP %d.%d.%d%s(cli) (built: %s)%s
Array
(
[0] => -
@@ -25,6 +25,6 @@
[3] => baz
)
-PHP %d.%d.%d%s(cli) (built: %s)
+PHP %d.%d.%d%s(cli) (built: %s)%s
Usage: php [options] [-f] <file> [--] [args...]
Done
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php