Home
last modified time | relevance | path

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

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c1026 char *script_path_translated = env_script_filename; local
1033 if (!script_path_translated && env_path_translated) {
1034 script_path_translated = env_path_translated;
1051 if (script_path_translated) {
1155 script_path_translated = env_path_translated;
1163 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1171 if (script_path_translated &&
1209 path_info = script_path_translated + ptlen;
1346 script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", script_path_translated);
1378 script_path_translated = env_path_translated;
[all …]
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c1183 char *script_path_translated = env_script_filename; local
1188 if (!script_path_translated && env_path_translated) {
1189 script_path_translated = env_path_translated;
1206 if (script_path_translated) {
1257 script_path_translated = env_path_translated;
1265 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1273 if (script_path_translated &&
1418 (script_path_translated != orig_script_filename &&
1423 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
1453 script_path_translated = env_path_translated;
[all …]

Completed in 16 milliseconds