Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c1964 static zend_always_inline bool check_type_array_assignable(zend_type type) { in check_type_array_assignable() function
2018 if (!check_type_array_assignable(prop_info->type)) { in zend_handle_fetch_obj_flags()
/PHP-8.2/Zend/
H A Dzend_execute.c3078 static zend_always_inline bool check_type_array_assignable(zend_type type) { in check_type_array_assignable() function
3090 if (!check_type_array_assignable(prop->type)) { in zend_verify_ref_array_assignable()
3126 if (!check_type_array_assignable(prop_info->type)) { in zend_handle_fetch_obj_flags()

Completed in 25 milliseconds