I was wondering if anyone knows if PHP\'s anonymous functions are eligible for garbage collection?
I know that functions created with create_function a
create_function
You can see by xdebug_debug_zval( 'a' ); if xdebug is installed. http://www.php.net/manual/en/features.gc.refcounting-basics.php