mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The call_user_function() API redoes the zend_is_callable() check, which has been just done. We can check validity and retrieve the FCC to call it directly rather than having a useless double check