Skip to content

pmatch swallows exceptions #12

@cgvalayev

Description

@cgvalayev

Example:

$x = m\pmatch([
  '["test"]' => function () {
    return $this->foo();
  }
], ["test"]);

If $this->foo() throws then $x will be assigned to an instance of Closure. Expected to bubble up the exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions