Home
last modified time | relevance | path

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

/php-src/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.c807 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
1007 return zend_verify_scalar_type_hint(type_mask, property, strict, 0); in i_zend_check_property_type()
1182 return zend_verify_scalar_type_hint(type_mask, arg, in zend_check_type_slow()
1496 return zend_verify_scalar_type_hint(type_mask, constant, true, false); in zend_check_class_constant_type()

Completed in 27 milliseconds