opcache_jit_blacklistBlacklists a function from being JIT compiled Description
void opcache_jit_blacklist(
Closure
$closure
)This function blacklists a particular function from being JIT compiled when Tracing JIT is in use. The function is specified using a Closure. Warning
Any parts of the function that were already JIT compiled remain unaffected and will still be JIT compiled. Parameters
Return ValuesNo value is returned. ExamplesExample #1 opcache_jit_blacklist basic example See Also
|