Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_execute.c1165 bool is_return_type, bool is_internal) in zend_check_type_slow() argument
1204 zend_is_callable(arg, is_internal ? IS_CALLABLE_SUPPRESS_DEPRECATIONS : 0, NULL)) { in zend_check_type_slow()
1214 if (is_internal && is_return_type) { in zend_check_type_slow()
1223 is_internal); in zend_check_type_slow()
1231 bool is_return_type, bool is_internal) in zend_check_type() argument
1245 return zend_check_type_slow(type, arg, ref, cache_slot, is_return_type, is_internal); in zend_check_type()

Completed in 33 milliseconds