Searched refs:optchr (Results 1 – 1 of 1) sorted by relevance
59 static int optchr = 0; in php_getopt() local67 optchr = 0; in php_getopt()119 optchr = 0; in php_getopt()125 optchr = 1; in php_getopt()128 if (argv[*optind][optchr] == ':') { in php_getopt()133 arg_start = 1 + optchr; in php_getopt()140 int errchr = optchr; in php_getopt()142 if (!argv[*optind][optchr+1]) { in php_getopt()146 optchr++; in php_getopt()182 if (!argv[*optind][optchr+1]) in php_getopt()[all …]
Completed in 5 milliseconds