--TEST-- getopt --ARGS-- -v -h -d test -m 1234 -t -j --INI-- register_argc_argv=On variables_order=GPS --FILE-- --EXPECT-- array(5) { [u"v"]=> bool(false) [u"h"]=> bool(false) [u"d"]=> unicode(4) "test" [u"m"]=> unicode(4) "1234" [u"t"]=> bool(false) }