Home
last modified time | relevance | path

Searched defs:set_type (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_inheritance.c1301 zend_type set_type = parent->hooks[ZEND_PROPERTY_HOOK_SET]->common.arg_info[0].type; in emit_set_hook_type_error() local
1330 zend_type set_type = parent_info->hooks[ZEND_PROPERTY_HOOK_SET]->common.arg_info[0].type; in verify_property_type_compatibility() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c4167 …_spill_store(zend_jit_ctx *jit, zend_jit_addr src, zend_jit_addr dst, uint32_t info, bool set_type) in zend_jit_spill_store()
4238 static int zend_jit_store_var(zend_jit_ctx *jit, uint32_t info, int var, int ssa_var, bool set_type) in zend_jit_store_var()
4246 static int zend_jit_store_ref(zend_jit_ctx *jit, uint32_t info, int var, int32_t src, bool set_type) in zend_jit_store_ref()
4325 …nd_jit_store_reg(zend_jit_ctx *jit, uint32_t info, int var, int8_t reg, bool in_mem, bool set_type) in zend_jit_store_reg()
4365 …re_spill_slot(zend_jit_ctx *jit, uint32_t info, int var, int8_t reg, int32_t offset, bool set_type) in zend_jit_store_spill_slot()
4436 bool set_type = 1; in zend_jit_store_var_if_necessary_ex() local

Completed in 89 milliseconds