Searched refs:set_type (Results 1 – 2 of 2) sorted by relevance
1301 zend_type set_type = parent->hooks[ZEND_PROPERTY_HOOK_SET]->common.arg_info[0].type; in emit_set_hook_type_error() local1302 zend_string *type_str = zend_type_to_string_resolved(set_type, parent->ce); in emit_set_hook_type_error()1330 zend_type set_type = parent_info->hooks[ZEND_PROPERTY_HOOK_SET]->common.arg_info[0].type; in verify_property_type_compatibility() local1332 parent_info->ce, set_type, child_info->ce, child_info->type); in verify_property_type_compatibility()
4174 if (set_type && in zend_jit_spill_store()4182 if (set_type && in zend_jit_spill_store()4252 if (set_type && in zend_jit_store_ref()4260 if (set_type && in zend_jit_store_ref()4338 if (set_type && in zend_jit_store_reg()4352 if (set_type && in zend_jit_store_reg()4376 if (set_type && in zend_jit_store_spill_slot()4389 if (set_type && in zend_jit_store_spill_slot()4436 bool set_type = 1; in zend_jit_store_var_if_necessary_ex() local4446 set_type = 0; in zend_jit_store_var_if_necessary_ex()[all …]
Completed in 62 milliseconds