]> granicus.if.org Git - php/commitdiff
Fix error_get_last() func info
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 17 Feb 2018 21:43:25 +0000 (22:43 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 17 Feb 2018 22:22:44 +0000 (23:22 +0100)
ext/opcache/Optimizer/zend_func_info.c

index 318e2c394eff4983599b36ac1b6d8a16f43007b0..2032f597db7758c0e70079b6a3307d9ed8a61a0c 100644 (file)
@@ -526,7 +526,7 @@ static const func_info_t func_infos[] = {
        I0("get_magic_quotes_gpc",         MAY_BE_FALSE),
        I0("get_magic_quotes_runtime",     MAY_BE_FALSE),
        F0("error_log",                    MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
-       I1("error_get_last",               MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_LONG | MAY_BE_ARRAY_OF_STRING),
+       I1("error_get_last",               MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_LONG | MAY_BE_ARRAY_OF_STRING),
        FN("call_user_func",               UNKNOWN_INFO),
        FN("call_user_func_array",         UNKNOWN_INFO),
        FN("call_user_method",             UNKNOWN_INFO),