@@ -2625,7 +2625,29 @@ public function __construct(int $phpVersionId)
2625
2625
);
2626
2626
if ($ phpVersionId >= 80100 ) {
2627
2627
$ 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 ' ,
2628
2631
'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 ' ,
2629
2651
'logicexception ' => 'stubs/ext/spl/LogicException.php ' ,
2630
2652
'badfunctioncallexception ' => 'stubs/ext/spl/BadFunctionCallException.php ' ,
2631
2653
'badmethodcallexception ' => 'stubs/ext/spl/BadMethodCallException.php ' ,
@@ -2639,41 +2661,20 @@ public function __construct(int $phpVersionId)
2639
2661
'rangeexception ' => 'stubs/ext/spl/RangeException.php ' ,
2640
2662
'underflowexception ' => 'stubs/ext/spl/UnderflowException.php ' ,
2641
2663
'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 ' ,
2645
2664
'ftp \\connection ' => 'stubs/ext/ftp/FTP/Connection.php ' ,
2646
2665
'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 ' ,
2667
2667
'fiber ' => 'stubs/Zend/Fiber.php ' ,
2668
2668
'fibererror ' => 'stubs/Zend/FiberError.php ' ,
2669
- 'stdclass ' => 'stubs/Zend/stdClass.php ' ,
2670
- 'returntypewillchange ' => 'stubs/Zend/ReturnTypeWillChange.php ' ,
2671
2669
'unitenum ' => 'stubs/Zend/UnitEnum.php ' ,
2672
2670
'backedenum ' => 'stubs/Zend/BackedEnum.php ' ,
2671
+ 'returntypewillchange ' => 'stubs/Zend/ReturnTypeWillChange.php ' ,
2672
+ 'stdclass ' => 'stubs/Zend/stdClass.php ' ,
2673
2673
));
2674
2674
$ 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 ' ,
2677
2678
'sodium_crypto_core_ristretto255_add ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_add.php ' ,
2678
2679
'sodium_crypto_core_ristretto255_from_hash ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_from_hash.php ' ,
2679
2680
'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)
2692
2693
'sodium_crypto_stream_xchacha20 ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php ' ,
2693
2694
'sodium_crypto_stream_xchacha20_keygen ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php ' ,
2694
2695
'sodium_crypto_stream_xchacha20_xor ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php ' ,
2695
- 'pcntl_rfork ' => 'stubs/ext/pcntl/pcntl_rfork.php ' ,
2696
2696
'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2697
2697
'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 ' ,
2701
2698
'zendtestunitenum ' => 'stubs/ext/zend_test/ZendTestUnitEnum.php ' ,
2702
2699
'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
2703
2700
'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
2704
2701
'zend_test_parameter_with_attribute ' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php ' ,
2705
2702
'zend_call_method ' => 'stubs/ext/zend_test/zend_call_method.php ' ,
2706
2703
'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 ' ,
2707
2707
'enum_exists ' => 'stubs/Zend/enum_exists.php ' ,
2708
2708
));
2709
2709
}
@@ -2727,13 +2727,6 @@ public function __construct(int $phpVersionId)
2727
2727
'sensitiveparametervalue ' => 'stubs/Zend/SensitiveParameterValue.php ' ,
2728
2728
));
2729
2729
$ 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 ' ,
2737
2730
'lcg_value ' => 'stubs/ext/random/lcg_value.php ' ,
2738
2731
'mt_srand ' => 'stubs/ext/random/mt_srand.php ' ,
2739
2732
'srand ' => 'stubs/ext/random/srand.php ' ,
@@ -2743,9 +2736,13 @@ public function __construct(int $phpVersionId)
2743
2736
'getrandmax ' => 'stubs/ext/random/getrandmax.php ' ,
2744
2737
'random_bytes ' => 'stubs/ext/random/random_bytes.php ' ,
2745
2738
'random_int ' => 'stubs/ext/random/random_int.php ' ,
2746
- 'pcntl_forkx ' => 'stubs/ext/pcntl/pcntl_forkx.php ' ,
2747
2739
'ini_parse_quantity ' => 'stubs/ext/standard/ini_parse_quantity.php ' ,
2748
2740
'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 ' ,
2749
2746
'zendtestintenum ' => 'stubs/ext/zend_test/ZendTestIntEnum.php ' ,
2750
2747
'zend_test_compile_string ' => 'stubs/ext/zend_test/zend_test_compile_string.php ' ,
2751
2748
'zend_test_aliased ' => 'stubs/ext/zend_test/zend_test_aliased.php ' ,
@@ -2760,8 +2757,11 @@ public function __construct(int $phpVersionId)
2760
2757
'zendtestns2 \\zendsubns \\namespaced_deprecated_func ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_deprecated_func.php ' ,
2761
2758
'zendtestns2 \\zendsubns \\namespaced_aliased_func ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_aliased_func.php ' ,
2762
2759
'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 ' ,
2763
2761
'oci_set_prefetch_lob ' => 'stubs/ext/oci8/oci_set_prefetch_lob.php ' ,
2764
2762
'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 ' ,
2765
2765
));
2766
2766
}
2767
2767
0 commit comments