Home
last modified time | relevance | path

Searched defs:value_type (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_execute.h134 … zend_always_inline void zend_copy_to_variable(zval *variable_ptr, zval *value, uint8_t value_type) in zend_copy_to_variable()
161 …ine zval* zend_assign_to_variable(zval *variable_ptr, zval *value, uint8_t value_type, bool strict) in zend_assign_to_variable()
188 …zval* zend_assign_to_variable_ex(zval *variable_ptr, zval *value, zend_uchar value_type, bool stri… in zend_assign_to_variable_ex()
H A Dzend_enum.c483 zend_type value_type = ZEND_TYPE_INIT_CODE(ce->enum_backing_type, 0, 0); in zend_enum_register_props() local
H A Dzend_vm_def.h6984 uint32_t value_type; in ZEND_VM_HELPER() local
7102 uint32_t value_type; variable
7182 uint32_t value_type; variable
10321 uint32_t value_type; variable
H A Dzend_execute.c3812 ZEND_API zval* zend_assign_to_typed_ref_ex(zval *variable_ptr, zval *orig_value, uint8_t value_type in zend_assign_to_typed_ref_ex()
3847 ZEND_API zval* zend_assign_to_typed_ref(zval *variable_ptr, zval *orig_value, uint8_t value_type, b… in zend_assign_to_typed_ref()
H A Dzend_vm_execute.h2894 uint32_t value_type; in zend_fe_fetch_object_helper_SPEC() local
22966 uint32_t value_type; in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER() local
23046 uint32_t value_type; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
33231 uint32_t value_type; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER() local
33299 uint32_t value_type; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_USED_HANDLER() local
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_internal.h769 static zend_always_inline bool has_concrete_type(uint32_t value_type) in has_concrete_type()
774 static zend_always_inline uint32_t concrete_type(uint32_t value_type) in concrete_type()
H A Dzend_jit_helpers.c2227 …ine zval* zend_jit_assign_to_typed_ref_helper(zend_reference *ref, zval *value, uint8_t value_type) in zend_jit_assign_to_typed_ref_helper()
2267 …jit_assign_to_typed_ref2_helper(zend_reference *ref, zval *value, zval *result, uint8_t value_type) in zend_jit_assign_to_typed_ref2_helper()
/PHP-8.4/Zend/Optimizer/
H A Dzend_inference.c2186 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_array_result_type()
2231 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_result_type()

Completed in 240 milliseconds