When passing anonymous PHP functions to LUA using `assign` or `registerCallback`, some memory is not reclaimed when the Lua object is unset. See https://github.com/ComaVN/php-lua-memoryleak for a proof of concept.