Skip to content

Commit 3ea4af9

Browse files
committed
stream: fix optimizer info for stream_last_errors
1 parent 1d2e690 commit 3ea4af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Optimizer/zend_func_infos.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ static const func_info_t func_infos[] = {
596596
F1("stream_get_line", MAY_BE_STRING|MAY_BE_FALSE),
597597
F1("stream_resolve_include_path", MAY_BE_STRING|MAY_BE_FALSE),
598598
F1("stream_get_wrappers", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING),
599-
F1("stream_get_last_error", MAY_BE_OBJECT|MAY_BE_NULL),
599+
F1("stream_last_errors", MAY_BE_OBJECT),
600600
F1("stream_get_transports", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING),
601601
#if defined(HAVE_GETTIMEOFDAY)
602602
F1("uniqid", MAY_BE_STRING),

0 commit comments

Comments
 (0)