@@ -245,13 +245,13 @@ public function __construct(int $phpVersionId)
245
245
'addcslashes ' => 'stubs/ext/standard/addcslashes.php ' ,
246
246
'addslashes ' => 'stubs/ext/standard/addslashes.php ' ,
247
247
'apache_child_terminate ' => 'stubs/sapi/cgi/apache_child_terminate.php ' ,
248
- 'apache_get_modules ' => 'stubs/sapi/apache2handler /apache_get_modules.php ' ,
248
+ 'apache_get_modules ' => 'stubs/sapi/litespeed /apache_get_modules.php ' ,
249
249
'apache_get_version ' => 'stubs/sapi/apache2handler/apache_get_version.php ' ,
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/fpm/fpm /apache_request_headers.php ' ,
254
- 'apache_response_headers ' => 'stubs/sapi/apache2handler /apache_response_headers.php ' ,
253
+ 'apache_request_headers ' => 'stubs/sapi/cgi /apache_request_headers.php ' ,
254
+ 'apache_response_headers ' => 'stubs/sapi/cgi /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/fpm/fpm /getallheaders.php ' ,
713
+ 'getallheaders ' => 'stubs/sapi/cgi /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,17 +2625,15 @@ 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
- '__php_incomplete_class ' => 'stubs/ext/standard/__PHP_Incomplete_Class.php ' ,
2630
- 'assertionerror ' => 'stubs/ext/standard/AssertionError.php ' ,
2631
- 'curlstringfile ' => 'stubs/ext/curl/CURLStringFile.php ' ,
2632
- 'ldap \\connection ' => 'stubs/ext/ldap/LDAP/Connection.php ' ,
2633
- 'ldap \\result ' => 'stubs/ext/ldap/LDAP/Result.php ' ,
2634
- 'ldap \\resultentry ' => 'stubs/ext/ldap/LDAP/ResultEntry.php ' ,
2628
+ '_zendtestfiber ' => 'stubs/ext/zend_test/_ZendTestFiber.php ' ,
2629
+ 'zendtestparameterattribute ' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php ' ,
2630
+ 'zendtestclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php ' ,
2631
+ 'zendtestchildclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php ' ,
2632
+ 'zendtestns2 \\zendsubns \\foo ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php ' ,
2635
2633
'gdfont ' => 'stubs/ext/gd/GdFont.php ' ,
2636
- 'intldatepatterngenerator ' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator .php ' ,
2637
- 'pspell \\ dictionary ' => 'stubs/ext/pspell/PSpell/Dictionary .php ' ,
2638
- 'pspell \\ config ' => 'stubs/ext/pspell/PSpell/Config .php ' ,
2634
+ 'com_safearray_proxy ' => 'stubs/ext/com_dotnet/com_safearray_proxy .php ' ,
2635
+ 'imap \\ connection ' => 'stubs/ext/imap/IMAP/Connection .php ' ,
2636
+ 'ftp \\ connection ' => 'stubs/ext/ftp/FTP/Connection .php ' ,
2639
2637
'logicexception ' => 'stubs/ext/spl/LogicException.php ' ,
2640
2638
'badfunctioncallexception ' => 'stubs/ext/spl/BadFunctionCallException.php ' ,
2641
2639
'badmethodcallexception ' => 'stubs/ext/spl/BadMethodCallException.php ' ,
@@ -2649,29 +2647,41 @@ public function __construct(int $phpVersionId)
2649
2647
'rangeexception ' => 'stubs/ext/spl/RangeException.php ' ,
2650
2648
'underflowexception ' => 'stubs/ext/spl/UnderflowException.php ' ,
2651
2649
'unexpectedvalueexception ' => 'stubs/ext/spl/UnexpectedValueException.php ' ,
2652
- 'com_safearray_proxy ' => 'stubs/ext/com_dotnet/com_safearray_proxy.php ' ,
2653
- 'pgsql \\connection ' => 'stubs/ext/pgsql/PgSql/Connection.php ' ,
2654
- 'pgsql \\result ' => 'stubs/ext/pgsql/PgSql/Result.php ' ,
2655
- 'pgsql \\lob ' => 'stubs/ext/pgsql/PgSql/Lob.php ' ,
2656
- 'zendtestparameterattribute ' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php ' ,
2657
- 'zendtestclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php ' ,
2658
- 'zendtestchildclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php ' ,
2659
- 'zendtestns2 \\zendsubns \\foo ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php ' ,
2660
- '_zendtestfiber ' => 'stubs/ext/zend_test/_ZendTestFiber.php ' ,
2661
2650
'reflectionintersectiontype ' => 'stubs/ext/reflection/ReflectionIntersectionType.php ' ,
2662
2651
'reflectionenum ' => 'stubs/ext/reflection/ReflectionEnum.php ' ,
2663
2652
'reflectionenumunitcase ' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php ' ,
2664
2653
'reflectionenumbackedcase ' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php ' ,
2665
2654
'reflectionfiber ' => 'stubs/ext/reflection/ReflectionFiber.php ' ,
2666
- 'imap \\connection ' => 'stubs/ext/imap/IMAP/Connection.php ' ,
2655
+ 'pspell \\dictionary ' => 'stubs/ext/pspell/PSpell/Dictionary.php ' ,
2656
+ 'pspell \\config ' => 'stubs/ext/pspell/PSpell/Config.php ' ,
2657
+ '__php_incomplete_class ' => 'stubs/ext/standard/__PHP_Incomplete_Class.php ' ,
2658
+ 'assertionerror ' => 'stubs/ext/standard/AssertionError.php ' ,
2659
+ 'pgsql \\connection ' => 'stubs/ext/pgsql/PgSql/Connection.php ' ,
2660
+ 'pgsql \\result ' => 'stubs/ext/pgsql/PgSql/Result.php ' ,
2661
+ 'pgsql \\lob ' => 'stubs/ext/pgsql/PgSql/Lob.php ' ,
2662
+ 'curlstringfile ' => 'stubs/ext/curl/CURLStringFile.php ' ,
2663
+ 'intldatepatterngenerator ' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php ' ,
2664
+ 'ldap \\connection ' => 'stubs/ext/ldap/LDAP/Connection.php ' ,
2665
+ 'ldap \\result ' => 'stubs/ext/ldap/LDAP/Result.php ' ,
2666
+ 'ldap \\resultentry ' => 'stubs/ext/ldap/LDAP/ResultEntry.php ' ,
2667
+ 'unitenum ' => 'stubs/Zend/UnitEnum.php ' ,
2668
+ 'backedenum ' => 'stubs/Zend/BackedEnum.php ' ,
2667
2669
'returntypewillchange ' => 'stubs/Zend/ReturnTypeWillChange.php ' ,
2668
2670
'fiber ' => 'stubs/Zend/Fiber.php ' ,
2669
2671
'fibererror ' => 'stubs/Zend/FiberError.php ' ,
2670
2672
'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
+ 'zendtestunitenum ' => 'stubs/ext/zend_test/ZendTestUnitEnum.php ' ,
2676
+ 'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
2677
+ 'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
2678
+ 'zend_test_parameter_with_attribute ' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php ' ,
2679
+ 'zend_call_method ' => 'stubs/ext/zend_test/zend_call_method.php ' ,
2680
+ 'imagecreatefromavif ' => 'stubs/ext/gd/imagecreatefromavif.php ' ,
2681
+ 'imageavif ' => 'stubs/ext/gd/imageavif.php ' ,
2682
+ 'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2683
+ 'dl_test_test2 ' => 'stubs/ext/dl_test/dl_test_test2.php ' ,
2684
+ 'mysqli_fetch_column ' => 'stubs/ext/mysqli/mysqli_fetch_column.php ' ,
2675
2685
'array_is_list ' => 'stubs/ext/standard/array_is_list.php ' ,
2676
2686
'fsync ' => 'stubs/ext/standard/fsync.php ' ,
2677
2687
'fdatasync ' => 'stubs/ext/standard/fdatasync.php ' ,
@@ -2694,16 +2704,6 @@ public function __construct(int $phpVersionId)
2694
2704
'sodium_crypto_stream_xchacha20 ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php ' ,
2695
2705
'sodium_crypto_stream_xchacha20_keygen ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php ' ,
2696
2706
'sodium_crypto_stream_xchacha20_xor ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php ' ,
2697
- 'imagecreatefromavif ' => 'stubs/ext/gd/imagecreatefromavif.php ' ,
2698
- 'imageavif ' => 'stubs/ext/gd/imageavif.php ' ,
2699
- 'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2700
- 'dl_test_test2 ' => 'stubs/ext/dl_test/dl_test_test2.php ' ,
2701
- 'zendtestunitenum ' => 'stubs/ext/zend_test/ZendTestUnitEnum.php ' ,
2702
- 'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
2703
- 'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
2704
- 'zend_test_parameter_with_attribute ' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php ' ,
2705
- 'zend_call_method ' => 'stubs/ext/zend_test/zend_call_method.php ' ,
2706
- 'mysqli_fetch_column ' => 'stubs/ext/mysqli/mysqli_fetch_column.php ' ,
2707
2707
'enum_exists ' => 'stubs/Zend/enum_exists.php ' ,
2708
2708
));
2709
2709
}
0 commit comments