1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

MFB; Fix test

This commit is contained in:
Hannes Magnusson
2007-11-14 15:22:45 +00:00
parent 93850f2d70
commit 31aa5f545c
@@ -5,12 +5,6 @@ getopt
--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"));