Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_execute.h93 ZEND_API bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg, bool strict, bool is_inte…
H A Dzend_execute.c806 ZEND_API bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg, bool strict, bool is_inte… in zend_verify_scalar_type_hint() function
1006 return zend_verify_scalar_type_hint(type_mask, property, strict, 0); in i_zend_check_property_type()
1181 return zend_verify_scalar_type_hint(type_mask, arg, in zend_check_type_slow()
1495 return zend_verify_scalar_type_hint(type_mask, constant, true, false); in zend_check_class_constant_type()

Completed in 19 milliseconds