php_getopt       1345 sapi/cgi/cgi_main.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0)) != -1) {
php_getopt       1574 sapi/cgi/cgi_main.c 		while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1)) != -1) {
php_getopt       1642 sapi/cgi/cgi_main.c 			while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0)) != -1) {
php_getopt         39 sapi/cgi/php_getopt.h int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err);
php_getopt        667 sapi/cli/php_cli.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0))!=-1) {
php_getopt        738 sapi/cli/php_cli.c 		while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0)) != -1) {
php_getopt        809 sapi/cli/php_cli.c 		while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0)) != -1) {
php_getopt         39 sapi/cli/php_getopt.h int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err);