@@ -2850,6 +2850,41 @@ public function __construct(int $phpVersionId)
28502850 ]);
28512851 }
28522852
2853+ if ($ phpVersionId >= 80500 ) {
2854+ $ classes = \array_merge ($ classes , [
2855+ 'curlsharepersistenthandle ' => 'stubs/ext/curl/CurlSharePersistentHandle.php ' ,
2856+ 'intllistformatter ' => 'stubs/ext/intl/listformatter/IntlListFormatter.php ' ,
2857+ 'nodiscard ' => 'stubs/Zend/NoDiscard.php ' ,
2858+ 'uri \\invaliduriexception ' => 'stubs/ext/uri/Uri/InvalidUriException.php ' ,
2859+ 'uri \\rfc3986 \\uri ' => 'stubs/ext/uri/Uri/Rfc3986/Uri.php ' ,
2860+ 'uri \\uricomparisonmode ' => 'stubs/ext/uri/Uri/UriComparisonMode.php ' ,
2861+ 'uri \\uriexception ' => 'stubs/ext/uri/Uri/UriException.php ' ,
2862+ 'uri \\whatwg \\invalidurlexception ' => 'stubs/ext/uri/Uri/WhatWg/InvalidUrlException.php ' ,
2863+ 'uri \\whatwg \\url ' => 'stubs/ext/uri/Uri/WhatWg/Url.php ' ,
2864+ 'uri \\whatwg \\urlvalidationerror ' => 'stubs/ext/uri/Uri/WhatWg/UrlValidationError.php ' ,
2865+ 'uri \\whatwg \\urlvalidationerrortype ' => 'stubs/ext/uri/Uri/WhatWg/UrlValidationErrorType.php ' ,
2866+ ]);
2867+
2868+ $ functions = \array_merge ($ functions , [
2869+ 'array_first ' => 'stubs/ext/standard/array_first.php ' ,
2870+ 'array_last ' => 'stubs/ext/standard/array_last.php ' ,
2871+ 'clone ' => 'stubs/Zend/clone.php ' ,
2872+ 'curl_multi_get_handles ' => 'stubs/ext/curl/curl_multi_get_handles.php ' ,
2873+ 'curl_share_init_persistent ' => 'stubs/ext/curl/curl_share_init_persistent.php ' ,
2874+ 'enchant_dict_remove ' => 'stubs/ext/enchant/enchant_dict_remove.php ' ,
2875+ 'enchant_dict_remove_from_session ' => 'stubs/ext/enchant/enchant_dict_remove_from_session.php ' ,
2876+ 'get_error_handler ' => 'stubs/Zend/get_error_handler.php ' ,
2877+ 'get_exception_handler ' => 'stubs/Zend/get_exception_handler.php ' ,
2878+ 'grapheme_levenshtein ' => 'stubs/ext/intl/grapheme_levenshtein.php ' ,
2879+ 'locale_add_likely_subtags ' => 'stubs/ext/intl/locale_add_likely_subtags.php ' ,
2880+ 'locale_is_right_to_left ' => 'stubs/ext/intl/locale_is_right_to_left.php ' ,
2881+ 'locale_minimize_subtags ' => 'stubs/ext/intl/locale_minimize_subtags.php ' ,
2882+ 'opcache_is_script_cached_in_file_cache ' => 'stubs/ext/opcache/opcache_is_script_cached_in_file_cache.php ' ,
2883+ 'pg_close_stmt ' => 'stubs/ext/pgsql/pg_close_stmt.php ' ,
2884+ 'pg_service ' => 'stubs/ext/pgsql/pg_service.php ' ,
2885+ ]);
2886+ }
2887+
28532888 // UPDATE BELONGS HERE
28542889
28552890 $ this ->classes = $ classes ;
0 commit comments