Skip to content

Use the callable type #404

Description

@dmitrii-fediuk

callable is supported by PHP ≥ 5.4:

function a(callable $f) {return $f();}
a(function() {return 'TEST';});

3v4l.org/ZtdKu

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions