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