We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cd009 commit 55798e0Copy full SHA for 55798e0
Zend/zend_interfaces.c
@@ -53,7 +53,7 @@ ZEND_API zval* zend_call_method(zend_object *object, zend_class_entry *obj_ce, z
53
}
54
if (!fn_proxy || !*fn_proxy) {
55
if (EXPECTED(obj_ce)) {
56
- fn = zend_hash_str_find_ptr(
+ fn = zend_hash_str_find_ptr_lc(
57
&obj_ce->function_table, function_name, function_name_len);
58
if (UNEXPECTED(fn == NULL)) {
59
/* error at c-level */
0 commit comments