Skip to content

Commit 511c6bb

Browse files
committed
Update stubs
1 parent 5d27374 commit 511c6bb

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

Php8StubsMap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2746,10 +2746,12 @@ public function __construct(int $phpVersionId)
27462746
'oci_set_prefetch_lob' => 'stubs/ext/oci8/oci_set_prefetch_lob.php',
27472747
'mysqli_execute_query' => 'stubs/ext/mysqli/mysqli_execute_query.php',
27482748
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
2749+
'openssl_cipher_key_length' => 'stubs/ext/openssl/openssl_cipher_key_length.php',
27492750
'sodium_crypto_stream_xchacha20_xor_ic' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor_ic.php',
27502751
'odbc_connection_string_is_quoted' => 'stubs/ext/odbc/odbc_connection_string_is_quoted.php',
27512752
'odbc_connection_string_should_quote' => 'stubs/ext/odbc/odbc_connection_string_should_quote.php',
27522753
'odbc_connection_string_quote' => 'stubs/ext/odbc/odbc_connection_string_quote.php',
2754+
'libxml_get_external_entity_loader' => 'stubs/ext/libxml/libxml_get_external_entity_loader.php',
27532755
));
27542756
}
27552757

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
#[\Since('8.2')]
4+
function libxml_get_external_entity_loader() : ?callable
5+
{
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
#[\Since('8.2')]
4+
function openssl_cipher_key_length(string $cipher_algo) : int|false
5+
{
6+
}

0 commit comments

Comments
 (0)