tony2001 Fri Jul 25 09:55:51 2008 UTC Modified files: /php-src run-tests.php Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.370&r2=1.371&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.370 php-src/run-tests.php:1.371 --- php-src/run-tests.php:1.370 Fri Jul 25 09:32:06 2008 +++ php-src/run-tests.php Fri Jul 25 09:55:51 2008 @@ -24,7 +24,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: run-tests.php,v 1.370 2008/07/25 09:32:06 moriyoshi Exp $ */ +/* $Id: run-tests.php,v 1.371 2008/07/25 09:55:51 tony2001 Exp $ */ /* Sanity check to ensure that pcre extension needed by this script is available. * In the event it is not, print a nice error message indicating that this script will @@ -426,7 +426,7 @@ $output_file = 'compress.zlib://' . $output_file . '.gz'; } -$jnust_save_results = false; +$just_save_results = false; $leak_check = false; $html_output = false; $html_file = null; @@ -608,7 +608,7 @@ $html_output = is_resource($html_file); break; case '--version': - echo '$Revision: 1.370 $' . "\n"; + echo '$Revision: 1.371 $' . "\n"; exit(1); default:
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php