unset($a[$prefix.'parameters'
]);
if ($filter & Caster::EXCLUDE_VERBOSE
) { $stub->cut
+= ($c->
getFileName() ? 2 : 0
) + \
count($a);
return [];
} if ($f) { $a[$prefix.'file'
] =
new LinkStub($f,
$c->
getStartLine());
$a[$prefix.'line'
] =
$c->
getStartLine().' to '.
$c->
getEndLine();
} return $a;
} /**
* @return array
*/
public static function unsetClosureFileInfo(\Closure
$c, array
$a) { unset($a[Caster::PREFIX_VIRTUAL.'file'
],
$a[Caster::PREFIX_VIRTUAL.'line'
]);