blob: 5a0cd673c6e7dd9f3e38fc20ab992ec2b24ad8cc [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' => 88,
'params' =>
array (
0 => '\'some string\'',
1 => 'array (0 => TRUE, 1 => 23, 2 => NULL)',
),
),
2 =>
array (
'function' => 'testIterateTraceCollectParams123',
'class' => 'ezcDebugXdebugStacktraceIteratorTest',
'line' => 0,
'params' =>
array (
),
),
);
?>