Searched refs:optind (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/main/ |
H A D | getopt.c | 70 if (*optind >= argc) { in php_getopt() 87 if ((argv[*optind][0] == '-') && (argv[*optind][1] == '-')) { in php_getopt() 93 (*optind)++; in php_getopt() 110 (*optind)++; in php_getopt() 128 (*optind)++; in php_getopt() 142 (*optind)++; in php_getopt() 158 (*optind)++; in php_getopt() 171 (*optind)++; in php_getopt() 174 (*optind)++; in php_getopt() 183 (*optind)++; in php_getopt() [all …]
|
H A D | php_getopt.h | 33 …nt argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int…
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | getopt_008.phpt | 2 getopt#008 (optind #3) 10 $optind = null; 11 getopt('a:b:', [], $optind); 12 var_dump($optind);
|
H A D | getopt_006.phpt | 2 getopt#006 (optind #1) 10 $optind = null; 11 getopt('a:b:', [], $optind); 12 var_dump($optind);
|
H A D | getopt_009.phpt | 2 getopt#009 (optind #4) 10 $optind = null; 11 getopt('a:b:', [], $optind); 12 var_dump($optind);
|
H A D | getopt_007.phpt | 2 getopt#007 (optind #2) 10 $optind = null; 11 getopt('a:b:', [], $optind); 12 var_dump($optind);
|
/PHP-8.2/build/ |
H A D | gen_stub.php | 4658 $optind = null; variable 4665 $optind 4693 $locations = array_slice($argv, $optind) ?: ['.'];
|
Completed in 17 milliseconds