Skip to content

Commit c46a27a

Browse files
authored
Merge branch 'php:master' into recognise-windows-11-server-2019-2022
2 parents be8a7c4 + 5ddf191 commit c46a27a

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
@@ -1993,7 +1993,7 @@ function rawurlencode(string $string): string {}
19931993
function rawurldecode(string $string): string {}
19941994

19951995
/**
1996-
* @param resource $context
1996+
* @param resource|null $context
19971997
* @return array<int|string, string|array>|false
19981998
* @refcount 1
19991999
*/

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: 0191861a660a4055650879e5a0dafd0853a6776b */
2+
* Stub hash: cbba5dd593bba640750378c7d668b9e4ea6c979d */
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)