Skip to content

Commit 8dc6ff9

Browse files
committed
Update stubs
1 parent 51b1732 commit 8dc6ff9

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

Php8StubsMap.php

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,29 @@ public function __construct(int $phpVersionId)
26252625
);
26262626
if ($phpVersionId >= 80100) {
26272627
$classes = \array_merge($classes, array (
2628+
'__php_incomplete_class' => 'stubs/ext/standard/__PHP_Incomplete_Class.php',
2629+
'assertionerror' => 'stubs/ext/standard/AssertionError.php',
2630+
'intldatepatterngenerator' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php',
26282631
'curlstringfile' => 'stubs/ext/curl/CURLStringFile.php',
2632+
'zendtestparameterattribute' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php',
2633+
'zendtestclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php',
2634+
'zendtestchildclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php',
2635+
'zendtestns2\\zendsubns\\foo' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php',
2636+
'_zendtestfiber' => 'stubs/ext/zend_test/_ZendTestFiber.php',
2637+
'pspell\\dictionary' => 'stubs/ext/pspell/PSpell/Dictionary.php',
2638+
'pspell\\config' => 'stubs/ext/pspell/PSpell/Config.php',
2639+
'reflectionintersectiontype' => 'stubs/ext/reflection/ReflectionIntersectionType.php',
2640+
'reflectionenum' => 'stubs/ext/reflection/ReflectionEnum.php',
2641+
'reflectionenumunitcase' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php',
2642+
'reflectionenumbackedcase' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php',
2643+
'reflectionfiber' => 'stubs/ext/reflection/ReflectionFiber.php',
2644+
'com_safearray_proxy' => 'stubs/ext/com_dotnet/com_safearray_proxy.php',
2645+
'pgsql\\connection' => 'stubs/ext/pgsql/PgSql/Connection.php',
2646+
'pgsql\\result' => 'stubs/ext/pgsql/PgSql/Result.php',
2647+
'pgsql\\lob' => 'stubs/ext/pgsql/PgSql/Lob.php',
2648+
'ldap\\connection' => 'stubs/ext/ldap/LDAP/Connection.php',
2649+
'ldap\\result' => 'stubs/ext/ldap/LDAP/Result.php',
2650+
'ldap\\resultentry' => 'stubs/ext/ldap/LDAP/ResultEntry.php',
26292651
'logicexception' => 'stubs/ext/spl/LogicException.php',
26302652
'badfunctioncallexception' => 'stubs/ext/spl/BadFunctionCallException.php',
26312653
'badmethodcallexception' => 'stubs/ext/spl/BadMethodCallException.php',
@@ -2639,41 +2661,20 @@ public function __construct(int $phpVersionId)
26392661
'rangeexception' => 'stubs/ext/spl/RangeException.php',
26402662
'underflowexception' => 'stubs/ext/spl/UnderflowException.php',
26412663
'unexpectedvalueexception' => 'stubs/ext/spl/UnexpectedValueException.php',
2642-
'pspell\\dictionary' => 'stubs/ext/pspell/PSpell/Dictionary.php',
2643-
'pspell\\config' => 'stubs/ext/pspell/PSpell/Config.php',
2644-
'gdfont' => 'stubs/ext/gd/GdFont.php',
26452664
'ftp\\connection' => 'stubs/ext/ftp/FTP/Connection.php',
26462665
'imap\\connection' => 'stubs/ext/imap/IMAP/Connection.php',
2647-
'ldap\\connection' => 'stubs/ext/ldap/LDAP/Connection.php',
2648-
'ldap\\result' => 'stubs/ext/ldap/LDAP/Result.php',
2649-
'ldap\\resultentry' => 'stubs/ext/ldap/LDAP/ResultEntry.php',
2650-
'pgsql\\connection' => 'stubs/ext/pgsql/PgSql/Connection.php',
2651-
'pgsql\\result' => 'stubs/ext/pgsql/PgSql/Result.php',
2652-
'pgsql\\lob' => 'stubs/ext/pgsql/PgSql/Lob.php',
2653-
'reflectionintersectiontype' => 'stubs/ext/reflection/ReflectionIntersectionType.php',
2654-
'reflectionenum' => 'stubs/ext/reflection/ReflectionEnum.php',
2655-
'reflectionenumunitcase' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php',
2656-
'reflectionenumbackedcase' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php',
2657-
'reflectionfiber' => 'stubs/ext/reflection/ReflectionFiber.php',
2658-
'__php_incomplete_class' => 'stubs/ext/standard/__PHP_Incomplete_Class.php',
2659-
'assertionerror' => 'stubs/ext/standard/AssertionError.php',
2660-
'_zendtestfiber' => 'stubs/ext/zend_test/_ZendTestFiber.php',
2661-
'zendtestparameterattribute' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php',
2662-
'zendtestclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php',
2663-
'zendtestchildclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php',
2664-
'zendtestns2\\zendsubns\\foo' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php',
2665-
'com_safearray_proxy' => 'stubs/ext/com_dotnet/com_safearray_proxy.php',
2666-
'intldatepatterngenerator' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php',
2666+
'gdfont' => 'stubs/ext/gd/GdFont.php',
26672667
'fiber' => 'stubs/Zend/Fiber.php',
26682668
'fibererror' => 'stubs/Zend/FiberError.php',
2669-
'stdclass' => 'stubs/Zend/stdClass.php',
2670-
'returntypewillchange' => 'stubs/Zend/ReturnTypeWillChange.php',
26712669
'unitenum' => 'stubs/Zend/UnitEnum.php',
26722670
'backedenum' => 'stubs/Zend/BackedEnum.php',
2671+
'returntypewillchange' => 'stubs/Zend/ReturnTypeWillChange.php',
2672+
'stdclass' => 'stubs/Zend/stdClass.php',
26732673
));
26742674
$functions = \array_merge($functions, array (
2675-
'imagecreatefromavif' => 'stubs/ext/gd/imagecreatefromavif.php',
2676-
'imageavif' => 'stubs/ext/gd/imageavif.php',
2675+
'array_is_list' => 'stubs/ext/standard/array_is_list.php',
2676+
'fsync' => 'stubs/ext/standard/fsync.php',
2677+
'fdatasync' => 'stubs/ext/standard/fdatasync.php',
26772678
'sodium_crypto_core_ristretto255_add' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_add.php',
26782679
'sodium_crypto_core_ristretto255_from_hash' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_from_hash.php',
26792680
'sodium_crypto_core_ristretto255_is_valid_point' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_is_valid_point.php',
@@ -2692,18 +2693,17 @@ public function __construct(int $phpVersionId)
26922693
'sodium_crypto_stream_xchacha20' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php',
26932694
'sodium_crypto_stream_xchacha20_keygen' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php',
26942695
'sodium_crypto_stream_xchacha20_xor' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php',
2695-
'pcntl_rfork' => 'stubs/ext/pcntl/pcntl_rfork.php',
26962696
'dl_test_test1' => 'stubs/ext/dl_test/dl_test_test1.php',
26972697
'dl_test_test2' => 'stubs/ext/dl_test/dl_test_test2.php',
2698-
'array_is_list' => 'stubs/ext/standard/array_is_list.php',
2699-
'fsync' => 'stubs/ext/standard/fsync.php',
2700-
'fdatasync' => 'stubs/ext/standard/fdatasync.php',
27012698
'zendtestunitenum' => 'stubs/ext/zend_test/ZendTestUnitEnum.php',
27022699
'zendteststringenum' => 'stubs/ext/zend_test/ZendTestStringEnum.php',
27032700
'zend_get_unit_enum' => 'stubs/ext/zend_test/zend_get_unit_enum.php',
27042701
'zend_test_parameter_with_attribute' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php',
27052702
'zend_call_method' => 'stubs/ext/zend_test/zend_call_method.php',
27062703
'mysqli_fetch_column' => 'stubs/ext/mysqli/mysqli_fetch_column.php',
2704+
'imagecreatefromavif' => 'stubs/ext/gd/imagecreatefromavif.php',
2705+
'imageavif' => 'stubs/ext/gd/imageavif.php',
2706+
'pcntl_rfork' => 'stubs/ext/pcntl/pcntl_rfork.php',
27072707
'enum_exists' => 'stubs/Zend/enum_exists.php',
27082708
));
27092709
}
@@ -2727,13 +2727,6 @@ public function __construct(int $phpVersionId)
27272727
'sensitiveparametervalue' => 'stubs/Zend/SensitiveParameterValue.php',
27282728
));
27292729
$functions = \array_merge($functions, array (
2730-
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
2731-
'libxml_get_external_entity_loader' => 'stubs/ext/libxml/libxml_get_external_entity_loader.php',
2732-
'odbc_connection_string_is_quoted' => 'stubs/ext/odbc/odbc_connection_string_is_quoted.php',
2733-
'odbc_connection_string_should_quote' => 'stubs/ext/odbc/odbc_connection_string_should_quote.php',
2734-
'odbc_connection_string_quote' => 'stubs/ext/odbc/odbc_connection_string_quote.php',
2735-
'sodium_crypto_stream_xchacha20_xor_ic' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor_ic.php',
2736-
'openssl_cipher_key_length' => 'stubs/ext/openssl/openssl_cipher_key_length.php',
27372730
'lcg_value' => 'stubs/ext/random/lcg_value.php',
27382731
'mt_srand' => 'stubs/ext/random/mt_srand.php',
27392732
'srand' => 'stubs/ext/random/srand.php',
@@ -2743,9 +2736,13 @@ public function __construct(int $phpVersionId)
27432736
'getrandmax' => 'stubs/ext/random/getrandmax.php',
27442737
'random_bytes' => 'stubs/ext/random/random_bytes.php',
27452738
'random_int' => 'stubs/ext/random/random_int.php',
2746-
'pcntl_forkx' => 'stubs/ext/pcntl/pcntl_forkx.php',
27472739
'ini_parse_quantity' => 'stubs/ext/standard/ini_parse_quantity.php',
27482740
'memory_reset_peak_usage' => 'stubs/ext/standard/memory_reset_peak_usage.php',
2741+
'odbc_connection_string_is_quoted' => 'stubs/ext/odbc/odbc_connection_string_is_quoted.php',
2742+
'odbc_connection_string_should_quote' => 'stubs/ext/odbc/odbc_connection_string_should_quote.php',
2743+
'odbc_connection_string_quote' => 'stubs/ext/odbc/odbc_connection_string_quote.php',
2744+
'sodium_crypto_stream_xchacha20_xor_ic' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor_ic.php',
2745+
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
27492746
'zendtestintenum' => 'stubs/ext/zend_test/ZendTestIntEnum.php',
27502747
'zend_test_compile_string' => 'stubs/ext/zend_test/zend_test_compile_string.php',
27512748
'zend_test_aliased' => 'stubs/ext/zend_test/zend_test_aliased.php',
@@ -2760,8 +2757,11 @@ public function __construct(int $phpVersionId)
27602757
'zendtestns2\\zendsubns\\namespaced_deprecated_func' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_deprecated_func.php',
27612758
'zendtestns2\\zendsubns\\namespaced_aliased_func' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_aliased_func.php',
27622759
'zendtestns2\\zendsubns\\namespaced_deprecated_aliased_func' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_deprecated_aliased_func.php',
2760+
'openssl_cipher_key_length' => 'stubs/ext/openssl/openssl_cipher_key_length.php',
27632761
'oci_set_prefetch_lob' => 'stubs/ext/oci8/oci_set_prefetch_lob.php',
27642762
'mysqli_execute_query' => 'stubs/ext/mysqli/mysqli_execute_query.php',
2763+
'libxml_get_external_entity_loader' => 'stubs/ext/libxml/libxml_get_external_entity_loader.php',
2764+
'pcntl_forkx' => 'stubs/ext/pcntl/pcntl_forkx.php',
27652765
));
27662766
}
27672767

0 commit comments

Comments
 (0)