Searched refs:skip_getopt (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/sapi/cgi/ |
| H A D | cgi_main.c | 1769 int skip_getopt = 0; local 1829 skip_getopt = 1; 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) {
|
Completed in 5 milliseconds