executable_location  256 main/SAPI.h    	char *executable_location;
executable_location  243 main/main.c    	if (sapi_module.executable_location) {
executable_location  245 main/main.c    		if (!strchr(sapi_module.executable_location, '/')) {
executable_location  258 main/main.c    					snprintf(search_path, MAXPATHLEN, "%s/%s", search_dir, sapi_module.executable_location);
executable_location  271 main/main.c    		} else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_location, X_OK)) {
executable_location 1893 sapi/cgi/cgi_main.c 	cgi_sapi_module.executable_location = argv[0];
executable_location 1307 sapi/cli/php_cli.c 	sapi_module->executable_location = argv[0];
executable_location  199 sapi/embed/php_embed.c 	php_embed_module.executable_location = argv[0];
executable_location 1809 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 1040 sapi/litespeed/lsapi_main.c     lsapi_sapi_module.executable_location = argv[0];
executable_location 1557 sapi/phpdbg/phpdbg.c 	phpdbg->executable_location = argv[0];