executable_location 256 main/SAPI.h char *executable_location; executable_location 273 main/main.c if (sapi_module.executable_location) { executable_location 275 main/main.c if (!strchr(sapi_module.executable_location, '/')) { executable_location 288 main/main.c snprintf(search_path, MAXPATHLEN, "%s/%s", search_dir, sapi_module.executable_location); executable_location 301 main/main.c } else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_location, X_OK)) { executable_location 1914 sapi/cgi/cgi_main.c cgi_sapi_module.executable_location = argv[0]; executable_location 1341 sapi/cli/php_cli.c sapi_module->executable_location = argv[0]; executable_location 194 sapi/embed/php_embed.c php_embed_module.executable_location = argv[0]; executable_location 1829 sapi/fpm/fpm/fpm_main.c cgi_sapi_module.executable_location = argv[0]; executable_location 96 sapi/litespeed/lsapi_main.c argv0 = sapi_module->executable_location; executable_location 1067 sapi/litespeed/lsapi_main.c lsapi_sapi_module.executable_location = argv[0]; executable_location 1038 sapi/milter/php_milter.c milter_sapi_module.executable_location = argv[0]; executable_location 1252 sapi/phpdbg/phpdbg.c phpdbg->executable_location = argv[0];