From 0542eb5bd5e41fb48aac2232e8408ff47ac8afe5 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Tue, 11 Jun 2019 09:05:07 +0200 Subject: [PATCH] Rest of c3e78efecfca85fc497357cc31ad4c6f4f7181aa --- ext/opcache/Optimizer/zend_func_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.50.1