Home
last modified time | relevance | path

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

/PHP-7.1/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.1/sapi/cgi/
H A Dcgi_main.c1179 char *script_path_translated = env_script_filename; local
1184 if (!script_path_translated && env_path_translated) {
1185 script_path_translated = env_path_translated;
1202 if (script_path_translated) {
1253 script_path_translated = env_path_translated;
1261 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1269 if (script_path_translated &&
1414 (script_path_translated != orig_script_filename &&
1419 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
1449 script_path_translated = env_path_translated;
[all …]

Completed in 16 milliseconds