30 parent::__construct($lhs, $rhs,
$flags);
37 return $this->
getLHS()->hasChildren() && $this->
getRHS()->hasChildren();
45 if (empty($this->ref))
47 $this->ref =
new ReflectionClass($this);
49 return $this->ref->newInstance(
58 return $this->
getLHS()->hasChildren() === $this->
getRHS()->hasChildren()
59 && parent::areIdentical();
67 return $this->
getLHS()->hasChildren() === $this->
getRHS()->hasChildren()
68 && parent::areEqual();
__construct(RecursiveIterator $lhs, RecursiveIterator $rhs, $flags=0x33)
construct iterator from two RecursiveIterator instances
Interface for recursive iteration with RecursiveIteratorIterator.
Synchronous iteration over two recursive iterators.
Synchronous iteration over two iterators.