Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php312 …public function __construct(array $array, array $keys, $allowValueAccess = false, $maxPosition = f… argument
314 … $this->iterator = new CoreTestIteratorAggregate($array, $keys, $allowValueAccess, $maxPosition);
328 private $allowValueAccess; variable in CoreTestIterator
331 …public function __construct(array $values, array $keys, $allowValueAccess = false, $maxPosition = … argument
336 $this->allowValueAccess = $allowValueAccess;
347 if ($this->allowValueAccess) {