Skip to content

Commit e8d5af6

Browse files
committed
Update stubs
1 parent 64e4413 commit e8d5af6

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

Php8StubsMap.php

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,13 @@ public function __construct(int $phpVersionId)
245245
'addcslashes' => 'stubs/ext/standard/addcslashes.php',
246246
'addslashes' => 'stubs/ext/standard/addslashes.php',
247247
'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',
249249
'apache_get_version' => 'stubs/sapi/apache2handler/apache_get_version.php',
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,25 +2625,20 @@ public function __construct(int $phpVersionId)
26252625
);
26262626
if ($phpVersionId >= 80100) {
26272627
$classes = \array_merge($classes, array (
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-
'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',
2637-
'ftp\\connection' => 'stubs/ext/ftp/FTP/Connection.php',
2638-
'com_safearray_proxy' => 'stubs/ext/com_dotnet/com_safearray_proxy.php',
2628+
'pgsql\\connection' => 'stubs/ext/pgsql/PgSql/Connection.php',
2629+
'pgsql\\result' => 'stubs/ext/pgsql/PgSql/Result.php',
2630+
'pgsql\\lob' => 'stubs/ext/pgsql/PgSql/Lob.php',
2631+
'intldatepatterngenerator' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php',
2632+
'gdfont' => 'stubs/ext/gd/GdFont.php',
26392633
'curlstringfile' => 'stubs/ext/curl/CURLStringFile.php',
2640-
'__php_incomplete_class' => 'stubs/ext/standard/__PHP_Incomplete_Class.php',
2641-
'assertionerror' => 'stubs/ext/standard/AssertionError.php',
26422634
'reflectionintersectiontype' => 'stubs/ext/reflection/ReflectionIntersectionType.php',
26432635
'reflectionenum' => 'stubs/ext/reflection/ReflectionEnum.php',
26442636
'reflectionenumunitcase' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php',
26452637
'reflectionenumbackedcase' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php',
26462638
'reflectionfiber' => 'stubs/ext/reflection/ReflectionFiber.php',
2639+
'imap\\connection' => 'stubs/ext/imap/IMAP/Connection.php',
2640+
'__php_incomplete_class' => 'stubs/ext/standard/__PHP_Incomplete_Class.php',
2641+
'assertionerror' => 'stubs/ext/standard/AssertionError.php',
26472642
'logicexception' => 'stubs/ext/spl/LogicException.php',
26482643
'badfunctioncallexception' => 'stubs/ext/spl/BadFunctionCallException.php',
26492644
'badmethodcallexception' => 'stubs/ext/spl/BadMethodCallException.php',
@@ -2657,34 +2652,40 @@ public function __construct(int $phpVersionId)
26572652
'rangeexception' => 'stubs/ext/spl/RangeException.php',
26582653
'underflowexception' => 'stubs/ext/spl/UnderflowException.php',
26592654
'unexpectedvalueexception' => 'stubs/ext/spl/UnexpectedValueException.php',
2655+
'pspell\\dictionary' => 'stubs/ext/pspell/PSpell/Dictionary.php',
2656+
'pspell\\config' => 'stubs/ext/pspell/PSpell/Config.php',
2657+
'ldap\\connection' => 'stubs/ext/ldap/LDAP/Connection.php',
2658+
'ldap\\result' => 'stubs/ext/ldap/LDAP/Result.php',
2659+
'ldap\\resultentry' => 'stubs/ext/ldap/LDAP/ResultEntry.php',
2660+
'_zendtestfiber' => 'stubs/ext/zend_test/_ZendTestFiber.php',
26602661
'zendtestparameterattribute' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php',
26612662
'zendtestclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php',
26622663
'zendtestchildclasswithmethodwithparameterattribute' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php',
26632664
'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',
2665+
'ftp\\connection' => 'stubs/ext/ftp/FTP/Connection.php',
2666+
'com_safearray_proxy' => 'stubs/ext/com_dotnet/com_safearray_proxy.php',
2667+
'fiber' => 'stubs/Zend/Fiber.php',
2668+
'fibererror' => 'stubs/Zend/FiberError.php',
2669+
'unitenum' => 'stubs/Zend/UnitEnum.php',
2670+
'backedenum' => 'stubs/Zend/BackedEnum.php',
2671+
'returntypewillchange' => 'stubs/Zend/ReturnTypeWillChange.php',
2672+
'stdclass' => 'stubs/Zend/stdClass.php',
26732673
));
26742674
$functions = \array_merge($functions, array (
2675-
'enum_exists' => 'stubs/Zend/enum_exists.php',
2675+
'imagecreatefromavif' => 'stubs/ext/gd/imagecreatefromavif.php',
2676+
'imageavif' => 'stubs/ext/gd/imageavif.php',
26762677
'mysqli_fetch_column' => 'stubs/ext/mysqli/mysqli_fetch_column.php',
2677-
'dl_test_test1' => 'stubs/ext/dl_test/dl_test_test1.php',
2678-
'dl_test_test2' => 'stubs/ext/dl_test/dl_test_test2.php',
26792678
'array_is_list' => 'stubs/ext/standard/array_is_list.php',
26802679
'fsync' => 'stubs/ext/standard/fsync.php',
26812680
'fdatasync' => 'stubs/ext/standard/fdatasync.php',
2681+
'pcntl_rfork' => 'stubs/ext/pcntl/pcntl_rfork.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',
26822684
'zendtestunitenum' => 'stubs/ext/zend_test/ZendTestUnitEnum.php',
26832685
'zendteststringenum' => 'stubs/ext/zend_test/ZendTestStringEnum.php',
26842686
'zend_get_unit_enum' => 'stubs/ext/zend_test/zend_get_unit_enum.php',
26852687
'zend_test_parameter_with_attribute' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php',
26862688
'zend_call_method' => 'stubs/ext/zend_test/zend_call_method.php',
2687-
'pcntl_rfork' => 'stubs/ext/pcntl/pcntl_rfork.php',
26882689
'sodium_crypto_core_ristretto255_add' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_add.php',
26892690
'sodium_crypto_core_ristretto255_from_hash' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_from_hash.php',
26902691
'sodium_crypto_core_ristretto255_is_valid_point' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_is_valid_point.php',
@@ -2703,8 +2704,7 @@ public function __construct(int $phpVersionId)
27032704
'sodium_crypto_stream_xchacha20' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php',
27042705
'sodium_crypto_stream_xchacha20_keygen' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php',
27052706
'sodium_crypto_stream_xchacha20_xor' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php',
2706-
'imagecreatefromavif' => 'stubs/ext/gd/imagecreatefromavif.php',
2707-
'imageavif' => 'stubs/ext/gd/imageavif.php',
2707+
'enum_exists' => 'stubs/Zend/enum_exists.php',
27082708
));
27092709
}
27102710
$this->classes = $classes;

0 commit comments

Comments
 (0)