Searched refs:OPTIONS (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_5/sapi/cli/ |
| H A D | php_cli_server.c | 2383 extern const opt_struct OPTIONS[]; 2388 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) {
|
| H A D | php_cli.c | 135 const opt_struct OPTIONS[] = { variable 681 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { 735 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { 1269 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) {
|
| /PHP_5_5/sapi/cgi/ |
| H A D | cgi_main.c | 137 static const opt_struct OPTIONS[] = { variable 1833 while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { 2091 while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) { 2134 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
|
| /PHP_5_5/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 16 milliseconds