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

index e861268459a0a3f815ef92fa6bf7b866382f0a41..67864e9a96020ae20565aad2b6229e658039a737 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"));