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

13 lines
180 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) {
}