mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
c7da728574
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