We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f39eb7 commit 66ae33aCopy full SHA for 66ae33a
Php8StubsMap.php
@@ -2818,6 +2818,7 @@ public function __construct(int $phpVersionId)
2818
'mb_rtrim' => 'stubs/ext/mbstring/mb_rtrim.php',
2819
'mb_trim' => 'stubs/ext/mbstring/mb_trim.php',
2820
'mb_ucfirst' => 'stubs/ext/mbstring/mb_ucfirst.php',
2821
+ 'opcache_jit_blacklist' => 'stubs/ext/opcache/opcache_jit_blacklist.php',
2822
'openssl_password_hash' => 'stubs/ext/openssl/openssl_password_hash.php',
2823
'openssl_password_verify' => 'stubs/ext/openssl/openssl_password_verify.php',
2824
'pcntl\\qosclass' => 'stubs/ext/pcntl/Pcntl/QosClass.php',
stubs/ext/opcache/opcache_jit_blacklist.php
@@ -0,0 +1,6 @@
1
+<?php
2
+
3
+#[\Since('8.4')]
4
+function opcache_jit_blacklist(\Closure $closure): void
5
+{
6
+}
0 commit comments