Home
last modified time | relevance | path

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

/php-src/main/
H A Dgetopt.c70 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 Dphp_getopt.h33 …nt argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int…
/php-src/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-src/build/
H A Dgen_stub.php5931 $optind = null; variable
5939 $optind
5959 $locations = array_slice($argv, $optind);

Completed in 25 milliseconds