Searched refs:OPTIONS (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 136 static const opt_struct OPTIONS[] = { variable 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) { 1869 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli.c | 135 static const opt_struct OPTIONS[] = { variable 719 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { 785 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { 856 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 143 static const opt_struct OPTIONS[] = { variable 1604 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
|
Completed in 27 milliseconds