- Output for 8.4.1 - 8.4.5
- Anonymous function created in a class: getName {closure:Foo\Bar::testClass():8} getNamespaceName getClosureScopeClass Foo\Bar Anonymous function created in a function: getName {closure:Foo\testFunc():14} getNamespaceName getClosureScopeClass Anonymous function created in a global scope: getName {closure:/in/srIno:18} getNamespaceName getClosureScopeClass First class callable of a static method: getName testClass getNamespaceName getClosureScopeClass Foo\Bar First class callable of a function: getName Foo\testFunc getNamespaceName Foo getClosureScopeClass
- Output for 8.1.0 - 8.1.32, 8.2.0 - 8.2.28, 8.3.0 - 8.3.19
- Anonymous function created in a class: getName Foo\{closure} getNamespaceName Foo getClosureScopeClass Foo\Bar Anonymous function created in a function: getName Foo\{closure} getNamespaceName Foo getClosureScopeClass Anonymous function created in a global scope: getName Foo\{closure} getNamespaceName Foo getClosureScopeClass First class callable of a static method: getName testClass getNamespaceName getClosureScopeClass Foo\Bar First class callable of a function: getName Foo\testFunc getNamespaceName Foo getClosureScopeClass