OPTIONS 137 sapi/cgi/cgi_main.c static const opt_struct OPTIONS[] = { OPTIONS 1843 sapi/cgi/cgi_main.c while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { OPTIONS 2105 sapi/cgi/cgi_main.c while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) { OPTIONS 2148 sapi/cgi/cgi_main.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { OPTIONS 135 sapi/cli/php_cli.c const opt_struct OPTIONS[] = { OPTIONS 682 sapi/cli/php_cli.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { OPTIONS 736 sapi/cli/php_cli.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { OPTIONS 1270 sapi/cli/php_cli.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { OPTIONS 2557 sapi/cli/php_cli_server.c extern const opt_struct OPTIONS[]; OPTIONS 2562 sapi/cli/php_cli_server.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { OPTIONS 143 sapi/fpm/fpm/fpm_main.c static const opt_struct OPTIONS[] = { OPTIONS 1656 sapi/fpm/fpm/fpm_main.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { OPTIONS 676 sapi/phpdbg/phpdbg.c const opt_struct OPTIONS[] = { /* {{{ */ OPTIONS 1071 sapi/phpdbg/phpdbg.c while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {