Home
last modified time | relevance | path

Searched refs: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
1302 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() local
1332 parent_info->ce, set_type, child_info->ce, child_info->type); in verify_property_type_compatibility()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c4181 if (set_type && in zend_jit_spill_store()
4189 if (set_type && in zend_jit_spill_store()
4259 if (set_type && in zend_jit_store_ref()
4267 if (set_type && in zend_jit_store_ref()
4345 if (set_type && in zend_jit_store_reg()
4359 if (set_type && in zend_jit_store_reg()
4383 if (set_type && in zend_jit_store_spill_slot()
4396 if (set_type && in zend_jit_store_spill_slot()
4443 bool set_type = 1; in zend_jit_store_var_if_necessary_ex() local
4453 set_type = 0; in zend_jit_store_var_if_necessary_ex()
[all …]

Completed in 51 milliseconds