Searched refs:skip_getopt (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/sapi/cgi/ |
H A D | cgi_main.c | 1834 int skip_getopt = 0; local 1893 skip_getopt = 1; 1898 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1… 2309 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
|
Completed in 8 milliseconds