Searched refs:Traversable (Results 1 – 7 of 7) sorted by relevance
684 if ($item instanceof \Traversable) {854 if ($array instanceof \Traversable) {895 if ($item instanceof \Traversable) {931 if ($array instanceof \Traversable) {964 } elseif ($compare instanceof \Traversable) {1075 if ($thing instanceof \Traversable) {1177 if ($seq instanceof \Traversable || \is_array($seq)) {1189 if ($seq instanceof \Traversable) {1218 if ($value instanceof \Traversable) {1243 return $value instanceof \Traversable || \is_array($value);[all …]
60 if ($input instanceof \Traversable) {
56 public function collect(\Traversable $iterator)
25 use Traversable; alias71 if (!is_array($helpers) && !$helpers instanceof Traversable) {301 if (is_array($tmp) || $tmp instanceof Traversable) {
264 if (is_array($sectionVar) || $sectionVar instanceof \Traversable) {
78 * Throw exception in case non-Traversable data is passed to "filter"122 * fixed the empty test on Traversable instances153 …* fixed the "filter" filter when the argument is \Traversable but does not implement \Iterator (\S…185 * added Traversable support for the length filter204 * allowed Traversable objects to be used in the "with" tag205 * allowed Traversable objects to be used in the "with" tag206 * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags
161 public function getIterator(): \Traversable