php_getopt       4350 ext/standard/basic_functions.c 	while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {
php_getopt         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);
php_getopt       1843 sapi/cgi/cgi_main.c 	while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
php_getopt       2105 sapi/cgi/cgi_main.c 		while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) {
php_getopt       2148 sapi/cgi/cgi_main.c 				while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
php_getopt        682 sapi/cli/php_cli.c 		while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
php_getopt        736 sapi/cli/php_cli.c 		while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
php_getopt       1270 sapi/cli/php_cli.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) {
php_getopt       2562 sapi/cli/php_cli_server.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) {
php_getopt       1656 sapi/fpm/fpm/fpm_main.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
php_getopt       1071 sapi/phpdbg/phpdbg.c 	while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {