php-src/ext/standard/tests/general_functions/bug43293_2.phpt

14 lines
180 B
Plaintext
Raw Normal View History

--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) {
}