From: Joe Watkins Date: Tue, 11 Jun 2019 07:05:07 +0000 (+0200) Subject: Rest of c3e78efecfca85fc497357cc31ad4c6f4f7181aa X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0542eb5bd5e41fb48aac2232e8408ff47ac8afe5;p=php Rest of c3e78efecfca85fc497357cc31ad4c6f4f7181aa --- diff --git a/ext/opcache/Optimizer/zend_func_info.c b/ext/opcache/Optimizer/zend_func_info.c index a7c47661ad..146d7d1a1f 100644 --- a/ext/opcache/Optimizer/zend_func_info.c +++ b/ext/opcache/Optimizer/zend_func_info.c @@ -106,7 +106,7 @@ static const func_info_t func_infos[] = { F0("defined", MAY_BE_FALSE | MAY_BE_TRUE), // TODO: inline FN("get_class", MAY_BE_FALSE | MAY_BE_STRING), FN("get_called_class", MAY_BE_FALSE | MAY_BE_STRING), - FN("get_parrent_class", MAY_BE_FALSE | MAY_BE_STRING), + FN("get_parent_class", MAY_BE_FALSE | MAY_BE_STRING), F0("is_subclass_of", MAY_BE_FALSE | MAY_BE_TRUE), // TODO: inline F0("is_a", MAY_BE_FALSE | MAY_BE_TRUE), // TODO: inline F1("get_class_vars", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_ANY | MAY_BE_ARRAY_OF_REF),