php_getopt 4355 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 1822 sapi/cgi/cgi_main.c while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { php_getopt 2088 sapi/cgi/cgi_main.c while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) { php_getopt 2138 sapi/cgi/cgi_main.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { php_getopt 671 sapi/cli/php_cli.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { php_getopt 728 sapi/cli/php_cli.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { php_getopt 1236 sapi/cli/php_cli.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { php_getopt 2480 sapi/cli/php_cli_server.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { php_getopt 1636 sapi/fpm/fpm/fpm_main.c while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { php_getopt 1372 sapi/phpdbg/phpdbg.c while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { php_getopt 2019 sapi/phpdbg/phpdbg.c php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0);