Searched refs:php_getopt (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/main/ |
H A D | php_getopt.h | 35 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
|
H A D | getopt.c | 57 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt() function
|
/PHP-7.4/sapi/cli/ |
H A D | php_cli.c | 637 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli() 702 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli() 1235 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2))!=-1) { in WinMain()
|
H A D | php_cli_server.c | 2680 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
|
/PHP-7.4/sapi/cgi/ |
H A D | cgi_main.c | 1844 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1… 2264 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1… 2323 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg.c | 1454 while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main() 2204 php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0); in main()
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1596 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in main()
|
/PHP-7.4/ext/standard/ |
H A D | basic_functions.c | 4476 while ((o = php_getopt(argc, argv, opts, &php_optarg, &php_optind, 0, 1)) != -1) {
|
Completed in 63 milliseconds