Searched refs:getopt (Results 1 – 19 of 19) sorted by relevance
/php-src/ext/standard/tests/general_functions/ |
H A D | bug43293_1.phpt | 2 Bug #43293 (Multiple segfaults in getopt()) 8 var_dump(getopt("abcd")); 11 var_dump(getopt("abcd"));
|
H A D | bug43293_2.phpt | 2 Bug #43293 (Multiple segfaults in getopt()) 8 var_dump(getopt("abcd"));
|
H A D | getopt_008.phpt | 2 getopt#008 (optind #3) 11 getopt('a:b:', [], $optind);
|
H A D | getopt_006.phpt | 2 getopt#006 (optind #1) 11 getopt('a:b:', [], $optind);
|
H A D | getopt_009.phpt | 2 getopt#009 (optind #4) 11 getopt('a:b:', [], $optind);
|
H A D | getopt_007.phpt | 2 getopt#007 (optind #2) 11 getopt('a:b:', [], $optind);
|
H A D | getopt_004.phpt | 2 getopt#004 (Optional values) 10 var_dump(getopt("v::", array("v::")));
|
H A D | bug43293_3.phpt | 2 Bug #43293 (Multiple segfaults in getopt()) 10 var_dump(getopt("f", $args), $args);
|
H A D | getopt.phpt | 2 getopt 10 var_dump(getopt("d:m:j:vht"));
|
H A D | getopt_005.phpt | 2 getopt#005 (Required values) 10 var_dump(getopt("a:", array("arg:")));
|
H A D | getopt_002.phpt | 2 getopt#002 10 var_dump(getopt("2a:vcd1"));
|
H A D | getopt_003.phpt | 2 getopt#003 10 var_dump(getopt("2a:vcd1", array("another:", 12, 0, 1, "v")));
|
/php-src/ext/tidy/tests/ |
H A D | 007.phpt | 11 var_dump($a->getopt("tidy-mark")); 13 var_dump($a->getopt("error-file")); 15 var_dump($a->getopt("tab-size")); 18 $a->getopt('bogus-opt');
|
/php-src/win32/build/ |
H A D | config.w32 | 286 ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
|
/php-src/ |
H A D | configure.ac | 692 AC_REPLACE_FUNCS([strlcat strlcpy explicit_bzero getopt]) 1627 getopt.c
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 931 PHP_FUNCTION(getopt) argument
|
H A D | basic_functions.stub.php | 1953 function getopt(string $short_options, array $long_options = [], &$rest_index = null): array|false … function
|
H A D | basic_functions_arginfo.h | 2401 ZEND_FUNCTION(getopt); 2995 ZEND_FE(getopt, arginfo_getopt)
|
/php-src/build/ |
H A D | gen_stub.php | 6162 $options = getopt(
|
Completed in 63 milliseconds