OPTIONS           139 sapi/cgi/cgi_main.c static const opt_struct OPTIONS[] = {
OPTIONS          1822 sapi/cgi/cgi_main.c 	while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
OPTIONS          2088 sapi/cgi/cgi_main.c 		while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) {
OPTIONS          2138 sapi/cgi/cgi_main.c 				while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
OPTIONS           141 sapi/cli/php_cli.c const opt_struct OPTIONS[] = {
OPTIONS           671 sapi/cli/php_cli.c 		while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
OPTIONS           728 sapi/cli/php_cli.c 		while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
OPTIONS          1236 sapi/cli/php_cli.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) {
OPTIONS          2475 sapi/cli/php_cli_server.c 	extern const opt_struct OPTIONS[];
OPTIONS          2480 sapi/cli/php_cli_server.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) {
OPTIONS           144 sapi/fpm/fpm/fpm_main.c static const opt_struct OPTIONS[] = {
OPTIONS          1636 sapi/fpm/fpm/fpm_main.c 	while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
OPTIONS          1022 sapi/phpdbg/phpdbg.c const opt_struct OPTIONS[] = { /* {{{ */
OPTIONS          1372 sapi/phpdbg/phpdbg.c 	while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
OPTIONS          2019 sapi/phpdbg/phpdbg.c 		php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0);