@@ -250,8 +250,8 @@ public function __construct(int $phpVersionId)
250
250
'apache_getenv ' => 'stubs/sapi/apache2handler/apache_getenv.php ' ,
251
251
'apache_lookup_uri ' => 'stubs/sapi/apache2handler/apache_lookup_uri.php ' ,
252
252
'apache_note ' => 'stubs/sapi/apache2handler/apache_note.php ' ,
253
- 'apache_request_headers ' => 'stubs/sapi/cgi /apache_request_headers.php ' ,
254
- 'apache_response_headers ' => 'stubs/sapi/cgi /apache_response_headers.php ' ,
253
+ 'apache_request_headers ' => 'stubs/sapi/apache2handler /apache_request_headers.php ' ,
254
+ 'apache_response_headers ' => 'stubs/sapi/apache2handler /apache_response_headers.php ' ,
255
255
'apache_setenv ' => 'stubs/sapi/apache2handler/apache_setenv.php ' ,
256
256
'array_change_key_case ' => 'stubs/ext/standard/array_change_key_case.php ' ,
257
257
'array_chunk ' => 'stubs/ext/standard/array_chunk.php ' ,
@@ -710,7 +710,7 @@ public function __construct(int $phpVersionId)
710
710
'get_resource_id ' => 'stubs/Zend/get_resource_id.php ' ,
711
711
'get_resource_type ' => 'stubs/Zend/get_resource_type.php ' ,
712
712
'get_resources ' => 'stubs/Zend/get_resources.php ' ,
713
- 'getallheaders ' => 'stubs/sapi/cgi /getallheaders.php ' ,
713
+ 'getallheaders ' => 'stubs/sapi/apache2handler /getallheaders.php ' ,
714
714
'getcwd ' => 'stubs/ext/standard/getcwd.php ' ,
715
715
'getdate ' => 'stubs/ext/date/getdate.php ' ,
716
716
'getenv ' => 'stubs/ext/standard/getenv.php ' ,
@@ -2625,32 +2625,25 @@ public function __construct(int $phpVersionId)
2625
2625
);
2626
2626
if ($ phpVersionId >= 80100 ) {
2627
2627
$ classes = \array_merge ($ classes , array (
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 ' ,
2628
+ 'returntypewillchange ' => 'stubs/Zend/ReturnTypeWillChange .php ' ,
2629
+ 'fiber ' => 'stubs/Zend/Fiber .php ' ,
2630
+ 'fibererror ' => 'stubs/Zend/FiberError .php ' ,
2631
+ 'stdclass ' => 'stubs/Zend/stdClass .php ' ,
2632
+ 'unitenum ' => 'stubs/Zend/UnitEnum .php ' ,
2633
+ 'backedenum ' => 'stubs/Zend/BackedEnum .php ' ,
2634
2634
'ldap \\connection ' => 'stubs/ext/ldap/LDAP/Connection.php ' ,
2635
2635
'ldap \\result ' => 'stubs/ext/ldap/LDAP/Result.php ' ,
2636
2636
'ldap \\resultentry ' => 'stubs/ext/ldap/LDAP/ResultEntry.php ' ,
2637
- 'imap \\connection ' => 'stubs/ext/imap/IMAP/Connection.php ' ,
2637
+ 'ftp \\connection ' => 'stubs/ext/ftp/FTP/Connection.php ' ,
2638
+ 'com_safearray_proxy ' => 'stubs/ext/com_dotnet/com_safearray_proxy.php ' ,
2638
2639
'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 ' ,
2640
+ '__php_incomplete_class ' => 'stubs/ext/standard/__PHP_Incomplete_Class.php ' ,
2641
+ 'assertionerror ' => 'stubs/ext/standard/AssertionError.php ' ,
2644
2642
'reflectionintersectiontype ' => 'stubs/ext/reflection/ReflectionIntersectionType.php ' ,
2645
2643
'reflectionenum ' => 'stubs/ext/reflection/ReflectionEnum.php ' ,
2646
2644
'reflectionenumunitcase ' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php ' ,
2647
2645
'reflectionenumbackedcase ' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php ' ,
2648
2646
'reflectionfiber ' => 'stubs/ext/reflection/ReflectionFiber.php ' ,
2649
- 'pspell \\dictionary ' => 'stubs/ext/pspell/PSpell/Dictionary.php ' ,
2650
- 'pspell \\config ' => 'stubs/ext/pspell/PSpell/Config.php ' ,
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 ' ,
2654
2647
'logicexception ' => 'stubs/ext/spl/LogicException.php ' ,
2655
2648
'badfunctioncallexception ' => 'stubs/ext/spl/BadFunctionCallException.php ' ,
2656
2649
'badmethodcallexception ' => 'stubs/ext/spl/BadMethodCallException.php ' ,
@@ -2664,18 +2657,32 @@ public function __construct(int $phpVersionId)
2664
2657
'rangeexception ' => 'stubs/ext/spl/RangeException.php ' ,
2665
2658
'underflowexception ' => 'stubs/ext/spl/UnderflowException.php ' ,
2666
2659
'unexpectedvalueexception ' => 'stubs/ext/spl/UnexpectedValueException.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 ' ,
2660
+ 'zendtestparameterattribute ' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php ' ,
2661
+ 'zendtestclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php ' ,
2662
+ 'zendtestchildclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php ' ,
2663
+ 'zendtestns2 \\zendsubns \\foo ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php ' ,
2664
+ '_zendtestfiber ' => 'stubs/ext/zend_test/_ZendTestFiber.php ' ,
2665
+ 'intldatepatterngenerator ' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php ' ,
2666
+ 'imap \\connection ' => 'stubs/ext/imap/IMAP/Connection.php ' ,
2667
+ 'pspell \\dictionary ' => 'stubs/ext/pspell/PSpell/Dictionary.php ' ,
2668
+ 'pspell \\config ' => 'stubs/ext/pspell/PSpell/Config.php ' ,
2669
+ 'gdfont ' => 'stubs/ext/gd/GdFont.php ' ,
2670
+ 'pgsql \\connection ' => 'stubs/ext/pgsql/PgSql/Connection.php ' ,
2671
+ 'pgsql \\result ' => 'stubs/ext/pgsql/PgSql/Result.php ' ,
2672
+ 'pgsql \\lob ' => 'stubs/ext/pgsql/PgSql/Lob.php ' ,
2673
2673
));
2674
2674
$ functions = \array_merge ($ functions , array (
2675
+ 'enum_exists ' => 'stubs/Zend/enum_exists.php ' ,
2676
+ 'mysqli_fetch_column ' => 'stubs/ext/mysqli/mysqli_fetch_column.php ' ,
2675
2677
'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2676
2678
'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
+ 'array_is_list ' => 'stubs/ext/standard/array_is_list.php ' ,
2680
+ 'fsync ' => 'stubs/ext/standard/fsync.php ' ,
2681
+ 'fdatasync ' => 'stubs/ext/standard/fdatasync.php ' ,
2682
+ 'zendtestunitenum ' => 'stubs/ext/zend_test/ZendTestUnitEnum.php ' ,
2683
+ 'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
2684
+ 'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
2685
+ 'zend_test_parameter_with_attribute ' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php ' ,
2679
2686
'pcntl_rfork ' => 'stubs/ext/pcntl/pcntl_rfork.php ' ,
2680
2687
'sodium_crypto_core_ristretto255_add ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_add.php ' ,
2681
2688
'sodium_crypto_core_ristretto255_from_hash ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_from_hash.php ' ,
@@ -2695,15 +2702,8 @@ public function __construct(int $phpVersionId)
2695
2702
'sodium_crypto_stream_xchacha20 ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php ' ,
2696
2703
'sodium_crypto_stream_xchacha20_keygen ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php ' ,
2697
2704
'sodium_crypto_stream_xchacha20_xor ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php ' ,
2698
- 'zendtestunitenum ' => 'stubs/ext/zend_test/ZendTestUnitEnum.php ' ,
2699
- 'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
2700
- 'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
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 ' ,
2705
+ 'imagecreatefromavif ' => 'stubs/ext/gd/imagecreatefromavif.php ' ,
2706
+ 'imageavif ' => 'stubs/ext/gd/imageavif.php ' ,
2707
2707
));
2708
2708
}
2709
2709
$ this ->classes = $ classes ;
0 commit comments