Home
last modified time | relevance | path

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

/php-src/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-src/sapi/cli/
H A Dphp_cli.c614 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
656 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
1220 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2))!=-1) { in WinMain()
H A Dphp_cli_server.c2794 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
/php-src/sapi/cgi/
H A Dcgi_main.c1829 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1…
2230 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
2295 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/php-src/sapi/phpdbg/
H A Dphpdbg.c1196 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
1773 php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0); in main()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1603 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
/php-src/ext/standard/
H A Dbasic_functions.c1048 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {

Completed in 64 milliseconds