Last modified: 2012-08-10 18:27:38 UTC
extract() makes variables appear from nowhere, and should really be cleaned up in most (all?) cases to be made explicit
Although $var->extract( calls were also matched, here's a resultspage that may be useful to see visualy: http://toolserver.org/~krinkle/wikimedia-svn-search/view.php?id=59&hash=808b5bef729e4547355d3c659d16a0dd#F5 ViewVC links in the right column.
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki%2Fcore.git&a=search&h=HEAD&st=grep&s=extract%28
Heh... it's a shame PHP doesn't have destructuring assignment for non-numeiric arrays/objects.