Home
last modified time | relevance | path

Searched refs:optind (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/main/
H A Dgetopt.c72 if (*optind >= argc) { in php_getopt()
89 if ((argv[*optind][0] == '-') && (argv[*optind][1] == '-')) { in php_getopt()
95 (*optind)++; in php_getopt()
112 (*optind)++; in php_getopt()
130 (*optind)++; in php_getopt()
144 (*optind)++; in php_getopt()
160 (*optind)++; in php_getopt()
173 (*optind)++; in php_getopt()
176 (*optind)++; in php_getopt()
185 (*optind)++; in php_getopt()
[all …]
H A Dphp_getopt.h35 …nt argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int…
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetopt_008.phpt2 getopt#008 (optind #3)
10 $optind = null;
11 getopt('a:b:', [], $optind);
12 var_dump($optind);
H A Dgetopt_006.phpt2 getopt#006 (optind #1)
10 $optind = null;
11 getopt('a:b:', [], $optind);
12 var_dump($optind);
H A Dgetopt_009.phpt2 getopt#009 (optind #4)
10 $optind = null;
11 getopt('a:b:', [], $optind);
12 var_dump($optind);
H A Dgetopt_007.phpt2 getopt#007 (optind #2)
10 $optind = null;
11 getopt('a:b:', [], $optind);
12 var_dump($optind);
/PHP-7.4/ext/standard/
H A Dbasic_functions.c644 ZEND_ARG_INFO(1, optind)

Completed in 28 milliseconds