Commit Graph

1 Commits (e04ab0c11852fa095db1183c404376241482f657)

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