Add opcache `jit` to arrayshape

This commit is contained in:
Róbert Kelčák 2023-01-23 23:23:06 +01:00 committed by Ivan Fedorov
parent 2dc7f5d54e
commit 4e8d7883d8
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ function opcache_reset(): bool {}
'opcache_statistics' => 'array',
'preload_statistics' => 'array',
'scripts' => 'array',
'jit' => 'array',
])]
function opcache_get_status(bool $include_scripts = true): array|false {}