php_getopt       4376 ext/standard/basic_functions.c 	while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {
php_getopt       1838 sapi/cgi/cgi_main.c 	while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
php_getopt       2100 sapi/cgi/cgi_main.c 		while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) {
php_getopt       2143 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       2531 sapi/cli/php_cli_server.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) {
php_getopt       1624 sapi/fpm/fpm/fpm_main.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {