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 1a8d8e4 commit 2ad84d1Copy full SHA for 2ad84d1
Zend/zend_execute.c
@@ -928,8 +928,6 @@ static zend_always_inline zend_bool zend_check_type(
928
}
929
930
return 0;
931
- // } else if (arg_info->type_hint == IS_OBJECT) {
932
-
933
} else if (arg_info->type_hint == IS_CALLABLE) {
934
return zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL);
935
} else if (arg_info->type_hint == IS_ITERABLE) {
0 commit comments