php-src/ext/standard/tests/general_functions/bug43293_2.phpt
Ilia Alshanetsky 2352647f1f WS
2007-12-06 15:23:36 +00:00

14 lines
181 B
PHP

--TEST--
Bug #43293 (Multiple segfaults in getopt())
--INI--
register_argc_argv=Off
--FILE--
<?php
$argv = array(true, false);
var_dump(getopt("abcd"));
?>
--EXPECT--
array(0) {
}