Skip to content

Commit 5d27374

Browse files
committed
Update stubs
1 parent 54bdbb1 commit 5d27374

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

Php8StubsMap.php

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ public function __construct(int $phpVersionId)
250250
'apache_getenv' => 'stubs/sapi/apache2handler/apache_getenv.php',
251251
'apache_lookup_uri' => 'stubs/sapi/apache2handler/apache_lookup_uri.php',
252252
'apache_note' => 'stubs/sapi/apache2handler/apache_note.php',
253-
'apache_request_headers' => 'stubs/sapi/apache2handler/apache_request_headers.php',
254-
'apache_response_headers' => 'stubs/sapi/apache2handler/apache_response_headers.php',
253+
'apache_request_headers' => 'stubs/sapi/cli/apache_request_headers.php',
254+
'apache_response_headers' => 'stubs/sapi/cli/apache_response_headers.php',
255255
'apache_setenv' => 'stubs/sapi/apache2handler/apache_setenv.php',
256256
'array_change_key_case' => 'stubs/ext/standard/array_change_key_case.php',
257257
'array_chunk' => 'stubs/ext/standard/array_chunk.php',
@@ -710,7 +710,7 @@ public function __construct(int $phpVersionId)
710710
'get_resource_id' => 'stubs/Zend/get_resource_id.php',
711711
'get_resource_type' => 'stubs/Zend/get_resource_type.php',
712712
'get_resources' => 'stubs/Zend/get_resources.php',
713-
'getallheaders' => 'stubs/sapi/apache2handler/getallheaders.php',
713+
'getallheaders' => 'stubs/sapi/cli/getallheaders.php',
714714
'getcwd' => 'stubs/ext/standard/getcwd.php',
715715
'getdate' => 'stubs/ext/date/getdate.php',
716716
'getenv' => 'stubs/ext/standard/getenv.php',
@@ -2625,24 +2625,26 @@ public function __construct(int $phpVersionId)
26252625
);
26262626
if ($phpVersionId >= 80100) {
26272627
$classes = \array_merge($classes, array (
2628-
'curlstringfile' => 'stubs/ext/curl/CURLStringFile.php',
2629-
'pspell\\dictionary' => 'stubs/ext/pspell/PSpell/Dictionary.php',
2630-
'pspell\\config' => 'stubs/ext/pspell/PSpell/Config.php',
2631-
'gdfont' => 'stubs/ext/gd/GdFont.php',
2628+
'com_safearray_proxy' => 'stubs/ext/com_dotnet/com_safearray_proxy.php',
2629+
'pgsql\\connection' => 'stubs/ext/pgsql/PgSql/Connection.php',
2630+
'pgsql\\result' => 'stubs/ext/pgsql/PgSql/Result.php',
2631+
'pgsql\\lob' => 'stubs/ext/pgsql/PgSql/Lob.php',
2632+
'__php_incomplete_class' => 'stubs/ext/standard/__PHP_Incomplete_Class.php',
2633+
'assertionerror' => 'stubs/ext/standard/AssertionError.php',
2634+
'_zendtestfiber' => 'stubs/ext/zend_test/_ZendTestFiber.php',
2635+
'zendtestparameterattribute' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php',
2636+
'zendtestclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php',
2637+
'zendtestchildclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php',
2638+
'zendtestns2\\zendsubns\\foo' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php',
26322639
'reflectionintersectiontype' => 'stubs/ext/reflection/ReflectionIntersectionType.php',
26332640
'reflectionenum' => 'stubs/ext/reflection/ReflectionEnum.php',
26342641
'reflectionenumunitcase' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php',
26352642
'reflectionenumbackedcase' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php',
26362643
'reflectionfiber' => 'stubs/ext/reflection/ReflectionFiber.php',
2637-
'pgsql\\connection' => 'stubs/ext/pgsql/PgSql/Connection.php',
2638-
'pgsql\\result' => 'stubs/ext/pgsql/PgSql/Result.php',
2639-
'pgsql\\lob' => 'stubs/ext/pgsql/PgSql/Lob.php',
2640-
'com_safearray_proxy' => 'stubs/ext/com_dotnet/com_safearray_proxy.php',
2641-
'imap\\connection' => 'stubs/ext/imap/IMAP/Connection.php',
2644+
'gdfont' => 'stubs/ext/gd/GdFont.php',
26422645
'intldatepatterngenerator' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php',
2643-
'__php_incomplete_class' => 'stubs/ext/standard/__PHP_Incomplete_Class.php',
2644-
'assertionerror' => 'stubs/ext/standard/AssertionError.php',
2645-
'ftp\\connection' => 'stubs/ext/ftp/FTP/Connection.php',
2646+
'curlstringfile' => 'stubs/ext/curl/CURLStringFile.php',
2647+
'imap\\connection' => 'stubs/ext/imap/IMAP/Connection.php',
26462648
'logicexception' => 'stubs/ext/spl/LogicException.php',
26472649
'badfunctioncallexception' => 'stubs/ext/spl/BadFunctionCallException.php',
26482650
'badmethodcallexception' => 'stubs/ext/spl/BadMethodCallException.php',
@@ -2656,22 +2658,32 @@ public function __construct(int $phpVersionId)
26562658
'rangeexception' => 'stubs/ext/spl/RangeException.php',
26572659
'underflowexception' => 'stubs/ext/spl/UnderflowException.php',
26582660
'unexpectedvalueexception' => 'stubs/ext/spl/UnexpectedValueException.php',
2659-
'zendtestparameterattribute' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php',
2660-
'zendtestclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php',
2661-
'zendtestchildclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php',
2662-
'zendtestns2\\zendsubns\\foo' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php',
2663-
'_zendtestfiber' => 'stubs/ext/zend_test/_ZendTestFiber.php',
2661+
'pspell\\dictionary' => 'stubs/ext/pspell/PSpell/Dictionary.php',
2662+
'pspell\\config' => 'stubs/ext/pspell/PSpell/Config.php',
26642663
'ldap\\connection' => 'stubs/ext/ldap/LDAP/Connection.php',
26652664
'ldap\\result' => 'stubs/ext/ldap/LDAP/Result.php',
26662665
'ldap\\resultentry' => 'stubs/ext/ldap/LDAP/ResultEntry.php',
2667-
'unitenum' => 'stubs/Zend/UnitEnum.php',
2668-
'backedenum' => 'stubs/Zend/BackedEnum.php',
2666+
'ftp\\connection' => 'stubs/ext/ftp/FTP/Connection.php',
2667+
'returntypewillchange' => 'stubs/Zend/ReturnTypeWillChange.php',
26692668
'fiber' => 'stubs/Zend/Fiber.php',
26702669
'fibererror' => 'stubs/Zend/FiberError.php',
2671-
'returntypewillchange' => 'stubs/Zend/ReturnTypeWillChange.php',
2670+
'unitenum' => 'stubs/Zend/UnitEnum.php',
2671+
'backedenum' => 'stubs/Zend/BackedEnum.php',
26722672
'stdclass' => 'stubs/Zend/stdClass.php',
26732673
));
26742674
$functions = \array_merge($functions, array (
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+
'zendtestunitenum' => 'stubs/ext/zend_test/ZendTestUnitEnum.php',
2679+
'zendteststringenum' => 'stubs/ext/zend_test/ZendTestStringEnum.php',
2680+
'zend_get_unit_enum' => 'stubs/ext/zend_test/zend_get_unit_enum.php',
2681+
'zend_test_parameter_with_attribute' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php',
2682+
'zend_call_method' => 'stubs/ext/zend_test/zend_call_method.php',
2683+
'pcntl_rfork' => 'stubs/ext/pcntl/pcntl_rfork.php',
2684+
'imagecreatefromavif' => 'stubs/ext/gd/imagecreatefromavif.php',
2685+
'imageavif' => 'stubs/ext/gd/imageavif.php',
2686+
'mysqli_fetch_column' => 'stubs/ext/mysqli/mysqli_fetch_column.php',
26752687
'sodium_crypto_core_ristretto255_add' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_add.php',
26762688
'sodium_crypto_core_ristretto255_from_hash' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_from_hash.php',
26772689
'sodium_crypto_core_ristretto255_is_valid_point' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_is_valid_point.php',
@@ -2690,20 +2702,8 @@ public function __construct(int $phpVersionId)
26902702
'sodium_crypto_stream_xchacha20' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php',
26912703
'sodium_crypto_stream_xchacha20_keygen' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php',
26922704
'sodium_crypto_stream_xchacha20_xor' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php',
2693-
'imagecreatefromavif' => 'stubs/ext/gd/imagecreatefromavif.php',
2694-
'imageavif' => 'stubs/ext/gd/imageavif.php',
26952705
'dl_test_test1' => 'stubs/ext/dl_test/dl_test_test1.php',
26962706
'dl_test_test2' => 'stubs/ext/dl_test/dl_test_test2.php',
2697-
'mysqli_fetch_column' => 'stubs/ext/mysqli/mysqli_fetch_column.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-
'pcntl_rfork' => 'stubs/ext/pcntl/pcntl_rfork.php',
2702-
'zendtestunitenum' => 'stubs/ext/zend_test/ZendTestUnitEnum.php',
2703-
'zendteststringenum' => 'stubs/ext/zend_test/ZendTestStringEnum.php',
2704-
'zend_get_unit_enum' => 'stubs/ext/zend_test/zend_get_unit_enum.php',
2705-
'zend_test_parameter_with_attribute' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php',
2706-
'zend_call_method' => 'stubs/ext/zend_test/zend_call_method.php',
27072707
'enum_exists' => 'stubs/Zend/enum_exists.php',
27082708
));
27092709
}
@@ -2727,7 +2727,6 @@ public function __construct(int $phpVersionId)
27272727
'sensitiveparametervalue' => 'stubs/Zend/SensitiveParameterValue.php',
27282728
));
27292729
$functions = \array_merge($functions, array (
2730-
'sodium_crypto_stream_xchacha20_xor_ic' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor_ic.php',
27312730
'lcg_value' => 'stubs/ext/random/lcg_value.php',
27322731
'mt_srand' => 'stubs/ext/random/mt_srand.php',
27332732
'srand' => 'stubs/ext/random/srand.php',
@@ -2737,19 +2736,20 @@ public function __construct(int $phpVersionId)
27372736
'getrandmax' => 'stubs/ext/random/getrandmax.php',
27382737
'random_bytes' => 'stubs/ext/random/random_bytes.php',
27392738
'random_int' => 'stubs/ext/random/random_int.php',
2740-
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
2741-
'mysqli_execute_query' => 'stubs/ext/mysqli/mysqli_execute_query.php',
2742-
'oci_set_prefetch_lob' => 'stubs/ext/oci8/oci_set_prefetch_lob.php',
2743-
'odbc_connection_string_is_quoted' => 'stubs/ext/odbc/odbc_connection_string_is_quoted.php',
2744-
'odbc_connection_string_should_quote' => 'stubs/ext/odbc/odbc_connection_string_should_quote.php',
2745-
'odbc_connection_string_quote' => 'stubs/ext/odbc/odbc_connection_string_quote.php',
27462739
'ini_parse_quantity' => 'stubs/ext/standard/ini_parse_quantity.php',
27472740
'memory_reset_peak_usage' => 'stubs/ext/standard/memory_reset_peak_usage.php',
2748-
'pcntl_forkx' => 'stubs/ext/pcntl/pcntl_forkx.php',
27492741
'zendtestintenum' => 'stubs/ext/zend_test/ZendTestIntEnum.php',
27502742
'zend_test_compile_string' => 'stubs/ext/zend_test/zend_test_compile_string.php',
27512743
'zend_test_zend_ini_parse_quantity' => 'stubs/ext/zend_test/zend_test_zend_ini_parse_quantity.php',
27522744
'zend_test_zend_ini_parse_uquantity' => 'stubs/ext/zend_test/zend_test_zend_ini_parse_uquantity.php',
2745+
'pcntl_forkx' => 'stubs/ext/pcntl/pcntl_forkx.php',
2746+
'oci_set_prefetch_lob' => 'stubs/ext/oci8/oci_set_prefetch_lob.php',
2747+
'mysqli_execute_query' => 'stubs/ext/mysqli/mysqli_execute_query.php',
2748+
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
2749+
'sodium_crypto_stream_xchacha20_xor_ic' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor_ic.php',
2750+
'odbc_connection_string_is_quoted' => 'stubs/ext/odbc/odbc_connection_string_is_quoted.php',
2751+
'odbc_connection_string_should_quote' => 'stubs/ext/odbc/odbc_connection_string_should_quote.php',
2752+
'odbc_connection_string_quote' => 'stubs/ext/odbc/odbc_connection_string_quote.php',
27532753
));
27542754
}
27552755

0 commit comments

Comments
 (0)