--TEST-- Test symfony_debug_backtrace in case of fatal error --SKIPIF-- --FILE-- --EXPECTF-- Fatal error: Call to undefined function notexist() in %s on line %d Array ( [0] => Array ( [function] => bt [args] => Array ( ) ) [1] => Array ( [file] => %s [line] => %d [function] => foo [args] => Array ( ) ) [2] => Array ( [file] => %s [line] => %d [function] => bar [args] => Array ( ) ) )