Searched refs:skip_getopt (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 1514 int skip_getopt = 0; local 1573 skip_getopt = 1; 1578 while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { 1827 while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) {
|
Completed in 4 milliseconds