Commit Graph

1 Commits (4ec4c40c9df59ce395fa3796e12799b6f7abc32f)

Author SHA1 Message Date
Hugo Thunnissen 3a0ce3ac2d Fix another infinite recursion bug
Bug occured in scenario's where array-members were self-referentially assigned
in a foreach loop.

like so:

foreach($things as $thing) {
  $thing = $this->something;
}
1 month ago