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