We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a9149 commit c1cda21Copy full SHA for c1cda21
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
- FN("stream_get_errors", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_ARRAY),
+ F1("stream_get_last_error", MAY_BE_OBJECT|MAY_BE_NULL),
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