Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c964 char *script_path_translated = env_script_filename; in init_request_info() local
971 if (!script_path_translated && env_path_translated) { in init_request_info()
972 script_path_translated = env_path_translated; in init_request_info()
987 if (script_path_translated) { in init_request_info()
1089 script_path_translated = env_path_translated; in init_request_info()
1097 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0); in init_request_info()
1105 if (script_path_translated && in init_request_info()
1140 path_info = script_path_translated + ptlen; in init_request_info()
1276 script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", script_path_translated); in init_request_info()
1308 script_path_translated = env_path_translated; in init_request_info()
[all …]
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1178 char *script_path_translated = env_script_filename; local
1183 if (!script_path_translated && env_path_translated) {
1184 script_path_translated = env_path_translated;
1201 if (script_path_translated) {
1252 script_path_translated = env_path_translated;
1260 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1268 if (script_path_translated &&
1412 (script_path_translated != orig_script_filename &&
1417 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
1447 script_path_translated = env_path_translated;
[all …]

Completed in 24 milliseconds