flush
[m6w6/ext-psi] / tests / getopt / getopt001.phpt
index 462b4709bafe4696dc1974737e3792cf1ec27386..2209d09c86d98d441c16ac29054fee3c92809d93 100644 (file)
@@ -19,6 +19,8 @@ $args = [
 
 $opts = "v::x:s:";
 
+psi\opterr(0);
+
 while (($opt = chr(psi\getopt($args, $opts)))) {
        switch ($opt) {
        case "v":