Трассировка вызова функции

get_included_files()

$data = get_included_files();
$type = 'testrasirovka';
$key = 'error';
file_put_contents(DIR_LOGS.$key.'.log',date('Y-m-d H:i:s').' - '.$type.' # '.print_r($data,true). "\r\n", FILE_APPEND);