Skip to content

Commit 66ae33a

Browse files
committed
Update stubs
1 parent 9f39eb7 commit 66ae33a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Php8StubsMap.php

+1
Original file line numberDiff line numberDiff line change
@@ -2818,6 +2818,7 @@ public function __construct(int $phpVersionId)
28182818
'mb_rtrim' => 'stubs/ext/mbstring/mb_rtrim.php',
28192819
'mb_trim' => 'stubs/ext/mbstring/mb_trim.php',
28202820
'mb_ucfirst' => 'stubs/ext/mbstring/mb_ucfirst.php',
2821+
'opcache_jit_blacklist' => 'stubs/ext/opcache/opcache_jit_blacklist.php',
28212822
'openssl_password_hash' => 'stubs/ext/openssl/openssl_password_hash.php',
28222823
'openssl_password_verify' => 'stubs/ext/openssl/openssl_password_verify.php',
28232824
'pcntl\\qosclass' => 'stubs/ext/pcntl/Pcntl/QosClass.php',
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
#[\Since('8.4')]
4+
function opcache_jit_blacklist(\Closure $closure): void
5+
{
6+
}

0 commit comments

Comments
 (0)