Home
last modified time | relevance | path

Searched refs:php_optidx (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/main/
H A Dgetopt.c55 PHPAPI int php_optidx = -1; variable
63 php_optidx = -1; in php_getopt()
110 php_optidx++; in php_getopt()
111 if (opts[php_optidx].opt_char == '-') { in php_getopt()
114 …else if (opts[php_optidx].opt_name && !strncmp(&argv[*optind][2], opts[php_optidx].opt_name, arg_e… in php_getopt()
135 if (php_optidx < 0) { in php_getopt()
137 php_optidx++; in php_getopt()
138 if (opts[php_optidx].opt_char == '-') { in php_getopt()
155 if (opts[php_optidx].need_param) { in php_getopt()
178 return opts[php_optidx].opt_char; in php_getopt()
[all …]
H A Dphp_getopt.h34 extern PHPAPI int php_optidx;
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4484 optname = opts[php_optidx].opt_name;

Completed in 28 milliseconds