]> granicus.if.org Git - php/commitdiff
MFB; Fix test
authorHannes Magnusson <bjori@php.net>
Wed, 14 Nov 2007 15:22:45 +0000 (15:22 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 14 Nov 2007 15:22:45 +0000 (15:22 +0000)
ext/standard/tests/general_functions/getopt.phpt

index 0c48b9b6615c5ce4282ec281cfa6a7166bf035b9..60415885adcba7c3e97e4e7d88c58039da3405ba 100644 (file)
@@ -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"));