Searched refs:script_path_translated (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1055 char *script_path_translated = env_script_filename; local 1062 if (!script_path_translated && env_path_translated) { 1063 script_path_translated = env_path_translated; 1080 if (script_path_translated) { 1160 script_path_translated = env_path_translated; 1168 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0); 1176 if (script_path_translated && 1214 path_info = script_path_translated + ptlen; 1351 … script_path_translated = _sapi_cgibin_putenv("SCRIPT_FILENAME", script_path_translated TSRMLS_CC); 1383 script_path_translated = env_path_translated; [all …]
|
/PHP-5.5/sapi/cgi/ |
H A D | cgi_main.c | 1142 char *script_path_translated = env_script_filename; local 1147 if (!script_path_translated && env_path_translated) { 1148 script_path_translated = env_path_translated; 1165 if (script_path_translated) { 1216 script_path_translated = env_path_translated; 1224 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0); 1232 if (script_path_translated && 1377 (script_path_translated != orig_script_filename && 1382 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated); 1412 script_path_translated = env_path_translated; [all …]
|
Completed in 18 milliseconds