Home
last modified time | relevance | path

Searched refs:script_path_translated (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c972 char *script_path_translated = env_script_filename; in init_request_info() local
979 if (!script_path_translated && env_path_translated) { in init_request_info()
980 script_path_translated = env_path_translated; in init_request_info()
995 if (script_path_translated) { in init_request_info()
1097 script_path_translated = env_path_translated; in init_request_info()
1105 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0); in init_request_info()
1113 if (script_path_translated && in init_request_info()
1148 path_info = script_path_translated + ptlen; in init_request_info()
1304 script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", script_path_translated); in init_request_info()
1336 script_path_translated = env_path_translated; in init_request_info()
[all …]
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c1163 char *script_path_translated = env_script_filename; local
1168 if (!script_path_translated && env_path_translated) {
1169 script_path_translated = env_path_translated;
1186 if (script_path_translated) {
1230 env_path_translated != script_path_translated &&
1237 script_path_translated = env_path_translated;
1245 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1253 if (script_path_translated &&
1402 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
1432 script_path_translated = env_path_translated;
[all …]

Completed in 21 milliseconds