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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user