Searched refs:php_getopt (Results 1 – 9 of 9) sorted by relevance
/PHP-5.4/main/ |
H A D | php_getopt.h | 45 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
|
H A D | getopt.c | 58 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt() function
|
/PHP-5.4/sapi/cli/ |
H A D | php_cli.c | 677 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli() 731 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli() 1258 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in WinMain()
|
H A D | php_cli_server.c | 2395 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
|
/PHP-5.4/sapi/cgi/ |
H A D | cgi_main.c | 1834 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1… 2092 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1… 2135 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
|
/PHP-5.4/win32/ |
H A D | php5ts.dsp | 167 SOURCE=..\sapi\cgi\php_getopt.h
|
H A D | php5ts_cli.dsp | 163 SOURCE=..\sapi\cli\php_getopt.h
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1609 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
|
/PHP-5.4/ext/standard/ |
H A D | basic_functions.c | 4318 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {
|
Completed in 85 milliseconds