blob: ea8eb9ab952b61248061902c42e09014519ad74c [file]
<?php
return array (
0 =>
array (
'function' => 'getDeeperStackTrace',
'class' => 'ezcDebugXdebugStacktraceIteratorTest',
'line' => 23,
'params' =>
array (
0 => '\'some string\'',
1 => 'array (0 => TRUE, 1 => 23, 2 => NULL)',
),
),
1 =>
array (
'function' => 'getStackTrace',
'class' => 'ezcDebugXdebugStacktraceIteratorTest',
'line' => 125,
'params' =>
array (
0 => '\'some string\'',
1 => 'array (0 => TRUE, 1 => 23, 2 => NULL)',
),
),
2 =>
array (
'function' => 'testIterateTraceCollectParams4',
'class' => 'ezcDebugXdebugStacktraceIteratorTest',
'line' => 0,
'params' =>
array (
),
),
);
?>