opt_struct       4165 ext/standard/basic_functions.c static void free_longopts(opt_struct *longopts)
opt_struct       4167 ext/standard/basic_functions.c 	opt_struct *p;
opt_struct       4181 ext/standard/basic_functions.c static int parse_opts(char * opts, opt_struct ** result)
opt_struct       4183 ext/standard/basic_functions.c 	opt_struct * paras = NULL;
opt_struct       4195 ext/standard/basic_functions.c 	paras = safe_emalloc(sizeof(opt_struct), count, 0);
opt_struct       4196 ext/standard/basic_functions.c 	memset(paras, 0, sizeof(opt_struct) * count);
opt_struct       4230 ext/standard/basic_functions.c 	opt_struct *opts, *orig_opts;
opt_struct       4293 ext/standard/basic_functions.c 		opts = (opt_struct *) erealloc(opts, sizeof(opt_struct) * (len + count + 1));
opt_struct       4297 ext/standard/basic_functions.c 		memset(opts, 0, count * sizeof(opt_struct));
opt_struct       4334 ext/standard/basic_functions.c 		opts = (opt_struct*) erealloc(opts, sizeof(opt_struct) * (len + 1));
opt_struct         58 main/getopt.c  PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int arg_start) /* {{{ */
opt_struct         45 main/php_getopt.h PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int arg_start);
opt_struct        137 sapi/cgi/cgi_main.c static const opt_struct OPTIONS[] = {
opt_struct        135 sapi/cli/php_cli.c const opt_struct OPTIONS[] = {
opt_struct       2557 sapi/cli/php_cli_server.c 	extern const opt_struct OPTIONS[];
opt_struct        143 sapi/fpm/fpm/fpm_main.c static const opt_struct OPTIONS[] = {
opt_struct        676 sapi/phpdbg/phpdbg.c const opt_struct OPTIONS[] = { /* {{{ */