Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_getopt.h45 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
H A Dgetopt.c58 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt() function
/PHP-5.6/sapi/cli/
H A Dphp_cli.c686 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
740 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
1274 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in WinMain()
H A Dphp_cli_server.c2562 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c1847 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1…
2109 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
2152 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-5.6/win32/
H A Dphp5ts.dsp167 SOURCE=..\sapi\cgi\php_getopt.h
H A Dphp5ts_cli.dsp163 SOURCE=..\sapi\cli\php_getopt.h
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c1075 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c1656 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-5.6/ext/standard/
H A Dbasic_functions.c4354 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {
/PHP-5.6/
H A DNEWS1832 php_getopt()). (Stas)

Completed in 92 milliseconds