Commit Graph

1 Commits (ae681a06636d546b957e67f9b68a9ffc899e794c)

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