Skip to content

Commit 7c7fd00

Browse files
committed
More concrete return type for opcache_get_configuration
1 parent 46f88a3 commit 7c7fd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7393,7 +7393,7 @@
73937393
'odbc_tableprivileges' => ['resource|false', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string'],
73947394
'odbc_tables' => ['resource|false', 'connection_id'=>'resource', 'qualifier='=>'string', 'owner='=>'string', 'name='=>'string', 'table_types='=>'string'],
73957395
'opcache_compile_file' => ['bool', 'file'=>'string'],
7396-
'opcache_get_configuration' => ['array|false'],
7396+
'opcache_get_configuration' => ['array{directives: array<non-empty-string, scalar>, version: array{version: non-empty-string, opcache_product_name: non-empty-string}, blacklist: list<string>}|false'],
73977397
'opcache_get_status' => ['array|false', 'get_scripts='=>'bool'],
73987398
'opcache_invalidate' => ['bool', 'script'=>'string', 'force='=>'bool'],
73997399
'opcache_is_script_cached' => ['bool', 'script'=>'string'],

0 commit comments

Comments
 (0)