Searched refs:optchr (Results 1 – 1 of 1) sorted by relevance
57 static int optchr = 0; in php_getopt() local65 optchr = 0; in php_getopt()117 optchr = 0; in php_getopt()123 optchr = 1; in php_getopt()126 if (argv[*optind][optchr] == ':') { in php_getopt()131 arg_start = 1 + optchr; in php_getopt()138 int errchr = optchr; in php_getopt()140 if (!argv[*optind][optchr+1]) { in php_getopt()144 optchr++; in php_getopt()180 if (!argv[*optind][optchr+1]) in php_getopt()[all …]
Completed in 4 milliseconds