Home
last modified time | relevance | path

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

/PHP-7.4/sapi/embed/
H A Dphp_embed.c195 php_embed_module.executable_location = argv[0]; in php_embed_init()
/PHP-7.4/main/
H A DSAPI.h251 char *executable_location; member
H A Dmain.c433 if (sapi_module.executable_location) { in php_binary_init()
435 if (binary_location && !strchr(sapi_module.executable_location, '/')) { in php_binary_init()
448 snprintf(search_path, MAXPATHLEN, "%s/%s", search_dir, sapi_module.executable_location); in php_binary_init()
461 …} else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_… in php_binary_init()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c104 argv0 = sapi_module->executable_location; in php_lsapi_startup()
1516 lsapi_sapi_module.executable_location = argv[0]; in main()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1310 sapi_module->executable_location = argv[0]; in WinMain()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1770 cgi_sapi_module.executable_location = argv[0]; in main()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1622 phpdbg->executable_location = argv[0]; in main()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1915 cgi_sapi_module.executable_location = argv[0];

Completed in 40 milliseconds