Home
last modified time | relevance | path

Searched refs:php_getopt (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/main/
H A Dphp_getopt.h33 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
H A Dgetopt.c55 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt() function
/PHP-8.1/sapi/cli/
H A Dphp_cli.c626 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
689 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
1242 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2))!=-1) { in WinMain()
H A Dphp_cli_server.c2712 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c1815 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1…
2235 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
2294 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c1192 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
1810 php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0); in main()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c1589 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c1138 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {

Completed in 62 milliseconds