Home
last modified time | relevance | path

Searched refs:executable_location (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/sapi/embed/
H A Dphp_embed.c197 php_embed_module.executable_location = argv[0]; in php_embed_init()
/PHP-7.1/main/
H A DSAPI.h252 char *executable_location; member
H A Dmain.c287 if (sapi_module.executable_location) { in php_binary_init()
289 if (binary_location && !strchr(sapi_module.executable_location, '/')) { in php_binary_init()
302 snprintf(search_path, MAXPATHLEN, "%s/%s", search_dir, sapi_module.executable_location); in php_binary_init()
315 …} else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_… in php_binary_init()
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c123 argv0 = sapi_module->executable_location; in php_lsapi_startup()
1288 lsapi_sapi_module.executable_location = argv[0]; in main()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c1331 sapi_module->executable_location = argv[0]; in WinMain()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1807 cgi_sapi_module.executable_location = argv[0];
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c1627 phpdbg->executable_location = argv[0]; in main()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c1975 cgi_sapi_module.executable_location = argv[0];

Completed in 38 milliseconds