bjori Wed Nov 14 15:22:45 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions getopt.phpt Log: MFB; Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/getopt.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/standard/tests/general_functions/getopt.phpt diff -u php-src/ext/standard/tests/general_functions/getopt.phpt:1.4 php-src/ext/standard/tests/general_functions/getopt.phpt:1.5 --- php-src/ext/standard/tests/general_functions/getopt.phpt:1.4 Mon Aug 15 14:37:55 2005 +++ php-src/ext/standard/tests/general_functions/getopt.phpt Wed Nov 14 15:22:45 2007 @@ -5,12 +5,6 @@ --INI-- register_argc_argv=On variables_order=GPS ---SKIPIF-- -<?php - if (substr(PHP_OS, 0, 3) == 'WIN') { - die('skip getopt() is currently not available on Windows'); - } -?> --FILE-- <?php var_dump(getopt("d:m:j:vht"));
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php