Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dgetopt.c73 if (*optind >= argc) { in php_getopt()
90 if ((argv[*optind][0] == '-') && (argv[*optind][1] == '-')) { in php_getopt()
96 (*optind)++; in php_getopt()
113 (*optind)++; in php_getopt()
131 (*optind)++; in php_getopt()
145 (*optind)++; in php_getopt()
161 (*optind)++; in php_getopt()
174 (*optind)++; in php_getopt()
177 (*optind)++; in php_getopt()
186 (*optind)++; in php_getopt()
[all …]
H A Dphp_getopt.h37 …nt argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int…
/PHP-7.2/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.2/ext/standard/
H A Dbasic_functions.c649 ZEND_ARG_INFO(1, optind)
/PHP-7.2/
H A DNEWS2519 . Added optind parameter to getopt(). (as)

Completed in 59 milliseconds