Searched refs:actives (Results 1 – 1 of 1) sorted by relevance
19 private $actives = []; variable in Twig\\Extension\\ProfilerExtension23 $this->actives[] = $profile;28 $this->actives[0]->addProfile($profile);29 array_unshift($this->actives, $profile);35 array_shift($this->actives);37 if (1 === \count($this->actives)) {38 $this->actives[0]->leave();