skip_getopt      1746 sapi/cgi/cgi_main.c 	int skip_getopt = 0;
skip_getopt      1817 sapi/cgi/cgi_main.c 			skip_getopt = 1;
skip_getopt      1822 sapi/cgi/cgi_main.c 	while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
skip_getopt      2088 sapi/cgi/cgi_main.c 		while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) {