Skip to content

Commit 79a86f6

Browse files
committed
Comment about zend_check_type
1 parent 0420bc6 commit 79a86f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Zend/zend_execute.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,6 +1229,7 @@ static zend_always_inline bool zend_check_type(
12291229
return zend_check_type_slow(type, arg, ref, is_return_type, is_internal);
12301230
}
12311231

1232+
/* We can not expose zend_check_type() directly because it's inline and uses static functions */
12321233
ZEND_API bool zend_check_type_ex(
12331234
const zend_type *type, zval *arg, bool is_return_type, bool is_internal)
12341235
{

0 commit comments

Comments
 (0)