Home
last modified time | relevance | path

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

/PHP-8.0/sapi/embed/
H A Dphp_embed.c188 php_embed_module.executable_location = argv[0]; in php_embed_init()
/PHP-8.0/main/
H A DSAPI.h248 char *executable_location; member
H A Dmain.c361 if (sapi_module.executable_location) { in php_binary_init()
363 if (!strchr(sapi_module.executable_location, '/')) { in php_binary_init()
376 snprintf(search_path, MAXPATHLEN, "%s/%s", search_dir, sapi_module.executable_location); in php_binary_init()
389 …} else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_… in php_binary_init()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c103 argv0 = sapi_module->executable_location; in php_lsapi_startup()
1504 lsapi_sapi_module.executable_location = argv[0]; in main()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c1287 sapi_module->executable_location = argv[0]; in WinMain()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1744 cgi_sapi_module.executable_location = argv[0]; in main()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c1559 phpdbg->executable_location = argv[0]; in main()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1886 cgi_sapi_module.executable_location = argv[0];

Completed in 43 milliseconds