Skip to content

determine which is better: call_user_func_array or ReflectionMethod #24

Description

@spacedevin

ex

return (new \ReflectionMethod($this, '__'.$method))->invokeArgs($this, $args);
return call_user_func_array([$this, '__'.$method], $args);

Metadata

Metadata

Assignees

No one assigned

    Labels

    featuretriagedIssue reviewed against Tipsy 2.0

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions