Home
last modified time | relevance | path

Searched refs:is_internal (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_execute.c1125 bool is_return_type, bool is_internal) in zend_check_type_slow() argument
1164 zend_is_callable(arg, is_internal ? IS_CALLABLE_SUPPRESS_DEPRECATIONS : 0, NULL)) { in zend_check_type_slow()
1174 if (is_internal && is_return_type) { in zend_check_type_slow()
1183 is_internal); in zend_check_type_slow()
1191 bool is_return_type, bool is_internal) in zend_check_type() argument
1205 return zend_check_type_slow(type, arg, ref, cache_slot, is_return_type, is_internal); in zend_check_type()

Completed in 18 milliseconds