We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2e690 commit 3ea4af9Copy full SHA for 3ea4af9
Zend/Optimizer/zend_func_infos.h
@@ -596,7 +596,7 @@ static const func_info_t func_infos[] = {
596
F1("stream_get_line", MAY_BE_STRING|MAY_BE_FALSE),
597
F1("stream_resolve_include_path", MAY_BE_STRING|MAY_BE_FALSE),
598
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),
+ F1("stream_last_errors", MAY_BE_OBJECT),
600
F1("stream_get_transports", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING),
601
#if defined(HAVE_GETTIMEOFDAY)
602
F1("uniqid", MAY_BE_STRING),
0 commit comments