v3.8.2
Changes
- Use
static functionrather thanfunctionwhenever possible, the PHP engine does not need to instantiate and later GC a$thisvariable for said closure.
static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.