Skip to content

Commit ccd7d41

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: $context parameter of get_headers() is nullable
2 parents 713dcb2 + c5f4ee5 commit ccd7d41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ function rawurlencode(string $string): string {}
18601860
function rawurldecode(string $string): string {}
18611861

18621862
/**
1863-
* @param resource $context
1863+
* @param resource|null $context
18641864
* @return array<int|string, string|array>|false
18651865
* @refcount 1
18661866
*/

ext/standard/basic_functions_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 96393b26861733e5c7fc9a12095a29c07ed73928 */
2+
* Stub hash: 87ed2b04b9b46ce3df78d6f9d6d62bd6b2ae8fe5 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
55
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)

0 commit comments

Comments
 (0)