@@ -2625,14 +2625,32 @@ public function __construct(int $phpVersionId)
2625
2625
);
2626
2626
if ($ phpVersionId >= 80100 ) {
2627
2627
$ classes = \array_merge ($ classes , array (
2628
- 'fiber ' => 'stubs/Zend/Fiber.php ' ,
2629
- 'fibererror ' => 'stubs/Zend/FiberError.php ' ,
2630
- 'returntypewillchange ' => 'stubs/Zend/ReturnTypeWillChange.php ' ,
2631
- 'stdclass ' => 'stubs/Zend/stdClass.php ' ,
2632
- 'unitenum ' => 'stubs/Zend/UnitEnum.php ' ,
2633
- 'backedenum ' => 'stubs/Zend/BackedEnum.php ' ,
2628
+ 'ftp \\connection ' => 'stubs/ext/ftp/FTP/Connection.php ' ,
2629
+ 'gdfont ' => 'stubs/ext/gd/GdFont.php ' ,
2630
+ 'pgsql \\connection ' => 'stubs/ext/pgsql/PgSql/Connection.php ' ,
2631
+ 'pgsql \\result ' => 'stubs/ext/pgsql/PgSql/Result.php ' ,
2632
+ 'pgsql \\lob ' => 'stubs/ext/pgsql/PgSql/Lob.php ' ,
2633
+ 'com_safearray_proxy ' => 'stubs/ext/com_dotnet/com_safearray_proxy.php ' ,
2634
+ 'ldap \\connection ' => 'stubs/ext/ldap/LDAP/Connection.php ' ,
2635
+ 'ldap \\result ' => 'stubs/ext/ldap/LDAP/Result.php ' ,
2636
+ 'ldap \\resultentry ' => 'stubs/ext/ldap/LDAP/ResultEntry.php ' ,
2634
2637
'imap \\connection ' => 'stubs/ext/imap/IMAP/Connection.php ' ,
2638
+ 'curlstringfile ' => 'stubs/ext/curl/CURLStringFile.php ' ,
2639
+ '_zendtestfiber ' => 'stubs/ext/zend_test/_ZendTestFiber.php ' ,
2640
+ 'zendtestparameterattribute ' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php ' ,
2641
+ 'zendtestclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php ' ,
2642
+ 'zendtestchildclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php ' ,
2643
+ 'zendtestns2 \\zendsubns \\foo ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php ' ,
2644
+ 'reflectionintersectiontype ' => 'stubs/ext/reflection/ReflectionIntersectionType.php ' ,
2645
+ 'reflectionenum ' => 'stubs/ext/reflection/ReflectionEnum.php ' ,
2646
+ 'reflectionenumunitcase ' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php ' ,
2647
+ 'reflectionenumbackedcase ' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php ' ,
2648
+ 'reflectionfiber ' => 'stubs/ext/reflection/ReflectionFiber.php ' ,
2649
+ 'pspell \\dictionary ' => 'stubs/ext/pspell/PSpell/Dictionary.php ' ,
2650
+ 'pspell \\config ' => 'stubs/ext/pspell/PSpell/Config.php ' ,
2635
2651
'intldatepatterngenerator ' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php ' ,
2652
+ '__php_incomplete_class ' => 'stubs/ext/standard/__PHP_Incomplete_Class.php ' ,
2653
+ 'assertionerror ' => 'stubs/ext/standard/AssertionError.php ' ,
2636
2654
'logicexception ' => 'stubs/ext/spl/LogicException.php ' ,
2637
2655
'badfunctioncallexception ' => 'stubs/ext/spl/BadFunctionCallException.php ' ,
2638
2656
'badmethodcallexception ' => 'stubs/ext/spl/BadMethodCallException.php ' ,
@@ -2646,33 +2664,19 @@ public function __construct(int $phpVersionId)
2646
2664
'rangeexception ' => 'stubs/ext/spl/RangeException.php ' ,
2647
2665
'underflowexception ' => 'stubs/ext/spl/UnderflowException.php ' ,
2648
2666
'unexpectedvalueexception ' => 'stubs/ext/spl/UnexpectedValueException.php ' ,
2649
- 'com_safearray_proxy ' => 'stubs/ext/com_dotnet/com_safearray_proxy.php ' ,
2650
- 'pspell \\dictionary ' => 'stubs/ext/pspell/PSpell/Dictionary.php ' ,
2651
- 'pspell \\config ' => 'stubs/ext/pspell/PSpell/Config.php ' ,
2652
- 'reflectionintersectiontype ' => 'stubs/ext/reflection/ReflectionIntersectionType.php ' ,
2653
- 'reflectionenum ' => 'stubs/ext/reflection/ReflectionEnum.php ' ,
2654
- 'reflectionenumunitcase ' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php ' ,
2655
- 'reflectionenumbackedcase ' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php ' ,
2656
- 'reflectionfiber ' => 'stubs/ext/reflection/ReflectionFiber.php ' ,
2657
- 'ftp \\connection ' => 'stubs/ext/ftp/FTP/Connection.php ' ,
2658
- 'gdfont ' => 'stubs/ext/gd/GdFont.php ' ,
2659
- 'ldap \\connection ' => 'stubs/ext/ldap/LDAP/Connection.php ' ,
2660
- 'ldap \\result ' => 'stubs/ext/ldap/LDAP/Result.php ' ,
2661
- 'ldap \\resultentry ' => 'stubs/ext/ldap/LDAP/ResultEntry.php ' ,
2662
- '__php_incomplete_class ' => 'stubs/ext/standard/__PHP_Incomplete_Class.php ' ,
2663
- 'assertionerror ' => 'stubs/ext/standard/AssertionError.php ' ,
2664
- 'pgsql \\connection ' => 'stubs/ext/pgsql/PgSql/Connection.php ' ,
2665
- 'pgsql \\result ' => 'stubs/ext/pgsql/PgSql/Result.php ' ,
2666
- 'pgsql \\lob ' => 'stubs/ext/pgsql/PgSql/Lob.php ' ,
2667
- '_zendtestfiber ' => 'stubs/ext/zend_test/_ZendTestFiber.php ' ,
2668
- 'zendtestparameterattribute ' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php ' ,
2669
- 'zendtestclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php ' ,
2670
- 'zendtestchildclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php ' ,
2671
- 'zendtestns2 \\zendsubns \\foo ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php ' ,
2672
- 'curlstringfile ' => 'stubs/ext/curl/CURLStringFile.php ' ,
2667
+ 'fiber ' => 'stubs/Zend/Fiber.php ' ,
2668
+ 'fibererror ' => 'stubs/Zend/FiberError.php ' ,
2669
+ 'returntypewillchange ' => 'stubs/Zend/ReturnTypeWillChange.php ' ,
2670
+ 'stdclass ' => 'stubs/Zend/stdClass.php ' ,
2671
+ 'unitenum ' => 'stubs/Zend/UnitEnum.php ' ,
2672
+ 'backedenum ' => 'stubs/Zend/BackedEnum.php ' ,
2673
2673
));
2674
2674
$ functions = \array_merge ($ functions , array (
2675
- 'enum_exists ' => 'stubs/Zend/enum_exists.php ' ,
2675
+ 'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2676
+ 'dl_test_test2 ' => 'stubs/ext/dl_test/dl_test_test2.php ' ,
2677
+ 'imagecreatefromavif ' => 'stubs/ext/gd/imagecreatefromavif.php ' ,
2678
+ 'imageavif ' => 'stubs/ext/gd/imageavif.php ' ,
2679
+ 'pcntl_rfork ' => 'stubs/ext/pcntl/pcntl_rfork.php ' ,
2676
2680
'sodium_crypto_core_ristretto255_add ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_add.php ' ,
2677
2681
'sodium_crypto_core_ristretto255_from_hash ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_from_hash.php ' ,
2678
2682
'sodium_crypto_core_ristretto255_is_valid_point ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_is_valid_point.php ' ,
@@ -2691,19 +2695,15 @@ public function __construct(int $phpVersionId)
2691
2695
'sodium_crypto_stream_xchacha20 ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php ' ,
2692
2696
'sodium_crypto_stream_xchacha20_keygen ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php ' ,
2693
2697
'sodium_crypto_stream_xchacha20_xor ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php ' ,
2694
- 'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2695
- 'dl_test_test2 ' => 'stubs/ext/dl_test/dl_test_test2.php ' ,
2696
- 'pcntl_rfork ' => 'stubs/ext/pcntl/pcntl_rfork.php ' ,
2697
- 'imagecreatefromavif ' => 'stubs/ext/gd/imagecreatefromavif.php ' ,
2698
- 'imageavif ' => 'stubs/ext/gd/imageavif.php ' ,
2699
- 'mysqli_fetch_column ' => 'stubs/ext/mysqli/mysqli_fetch_column.php ' ,
2700
- 'array_is_list ' => 'stubs/ext/standard/array_is_list.php ' ,
2701
- 'fsync ' => 'stubs/ext/standard/fsync.php ' ,
2702
- 'fdatasync ' => 'stubs/ext/standard/fdatasync.php ' ,
2703
2698
'zendtestunitenum ' => 'stubs/ext/zend_test/ZendTestUnitEnum.php ' ,
2704
2699
'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
2705
2700
'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
2706
2701
'zend_test_parameter_with_attribute ' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php ' ,
2702
+ 'mysqli_fetch_column ' => 'stubs/ext/mysqli/mysqli_fetch_column.php ' ,
2703
+ 'array_is_list ' => 'stubs/ext/standard/array_is_list.php ' ,
2704
+ 'fsync ' => 'stubs/ext/standard/fsync.php ' ,
2705
+ 'fdatasync ' => 'stubs/ext/standard/fdatasync.php ' ,
2706
+ 'enum_exists ' => 'stubs/Zend/enum_exists.php ' ,
2707
2707
));
2708
2708
}
2709
2709
$ this ->classes = $ classes ;
0 commit comments