derick Tue Dec 16 10:00:26 2003 EDT Modified files: /php-src run-tests.php Log: - Remove debug info :) Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.182 php-src/run-tests.php:1.183 --- php-src/run-tests.php:1.182 Tue Dec 16 09:53:43 2003 +++ php-src/run-tests.php Tue Dec 16 10:00:24 2003 @@ -844,7 +844,6 @@ $wanted_re = preg_quote($wanted_re, '/'); // Stick to basics $wanted_re = str_replace("%e", '\\' . DIRECTORY_SEPARATOR, $wanted_re); - echo $wanted_re; $wanted_re = str_replace("%s", ".+?", $wanted_re); //not greedy $wanted_re = str_replace("%i", "[+\-]?[0-9]+", $wanted_re); $wanted_re = str_replace("%d", "[0-9]+", $wanted_re);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php