Searched refs:actualKey (Results 1 – 2 of 2) sorted by relevance
647 $actualKey = key($this->callStack);648 if ($actualKey != $targetKey) {649 …LogUtility::msg("The target key ($targetKey) is not equal to the actual key ($actualKey). The move…663 $actualKey = key($this->callStack);664 if ($actualKey !== null) {665 $offset = array_search($actualKey, array_keys($this->callStack), true);669 $this->moveToKey($actualKey);739 $actualKey = key($this->callStack);740 return array_search($actualKey, array_keys($this->callStack), true);851 $actualKey = $this->getActualKey();[all …]
249 public function getOrCalculateDependencyKey($actualKey): string argument256 $this->firstActualKey = $actualKey;