Skip to content

Dump of Closure for function/method should dump the function/method name #8962

@mvorisek

Description

@mvorisek

Description

https://3v4l.org/s8HvF

I would expect:

 Closure Object
 (
     [this] => Foo Object
         (
         )
+    [method] => bar
 )
 Closure Object
 (
+    [class] => Foo
+    [method] => barS
 )
 Closure Object
 (
+    [function] => x
 )

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions