bjori Wed Nov 14 15:22:11 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/general_functions getopt.phpt
Log:
Fix test (getopt() works on windows now)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/getopt.phpt?r1=1.3&r2=1.3.8.1&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.3
php-src/ext/standard/tests/general_functions/getopt.phpt:1.3.8.1
--- php-src/ext/standard/tests/general_functions/getopt.phpt:1.3 Mon Jun
30 18:22:52 2003
+++ php-src/ext/standard/tests/general_functions/getopt.phpt Wed Nov 14
15:22:11 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