Home
last modified time | relevance | path

Searched refs:callStackToInsert (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
H A DCallStack.php251 * @param array $callStackToInsert
254 static function insertCallStackUpWards(&$calls, $position, $callStackToInsert) argument
257 array_splice($calls, $position, 0, $callStackToInsert);