Commit Graph

1 Commits (2e064d52e120d4cd5dab714d8ae2883ffa8de23c)

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