Closed staabm closed 2 months ago
There should be no difference between calling call_user_func() or invoking the function directly, since both of them get the same compiled code.
AFAIK it depends on the php-version. but nowadays it should work like you said most of the time
with a test script of
before this PR
after this PR