Home
last modified time | relevance | path

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

/PHP-7.3/sapi/embed/
H A Dphp_embed.c196 php_embed_module.executable_location = argv[0]; in php_embed_init()
/PHP-7.3/main/
H A DSAPI.h250 char *executable_location; member
H A Dmain.c444 if (sapi_module.executable_location) { in php_binary_init()
446 if (binary_location && !strchr(sapi_module.executable_location, '/')) { in php_binary_init()
459 snprintf(search_path, MAXPATHLEN, "%s/%s", search_dir, sapi_module.executable_location); in php_binary_init()
472 …} else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_… in php_binary_init()
/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c113 argv0 = sapi_module->executable_location; in php_lsapi_startup()
1532 lsapi_sapi_module.executable_location = argv[0]; in main()
/PHP-7.3/sapi/cli/
H A Dphp_cli.c1346 sapi_module->executable_location = argv[0]; in WinMain()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c1781 cgi_sapi_module.executable_location = argv[0]; in main()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c1923 cgi_sapi_module.executable_location = argv[0];
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c1616 phpdbg->executable_location = argv[0]; in main()

Completed in 46 milliseconds