Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/getopt_003.phpt |
--TEST-- getopt#003 --ARGS-- -vvv --v -a value --another value -1111 -2 --12 --0 --0 --1 -v --INI-- register_argc_argv=On variables_order=GPS --FILE-- <?php var_dump(getopt("2a:vcd1", array("another:", 12, 0, 1, "v"))); ?> --EXPECT-- array(7) { ["v"]=> array(5) { [0]=> bool(false) [1]=> bool(false) [2]=> bool(false) [3]=> bool(false) [4]=> bool(false) } ["a"]=> string(5) "value" ["another"]=> string(5) "value" [1]=> array(5) { [0]=> bool(false) [1]=> bool(false) [2]=> bool(false) [3]=> bool(false) [4]=> bool(false) } [2]=> bool(false) [12]=> bool(false) [0]=> array(2) { [0]=> bool(false) [1]=> bool(false) } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare