Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c3214 zend_bool needs_coercion = 0; in zend_verify_ref_assignable_zval() local
3225 needs_coercion = 1; in zend_verify_ref_assignable_zval()
3231 } else if (needs_coercion && seen_type != ZEND_TYPE_CODE(prop->type)) { in zend_verify_ref_assignable_zval()
3237 if (UNEXPECTED(needs_coercion && !zend_verify_weak_scalar_type_hint(seen_type, zv))) { in zend_verify_ref_assignable_zval()

Completed in 17 milliseconds