Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute.h128 … zend_always_inline void zend_copy_to_variable(zval *variable_ptr, zval *value, uint8_t value_type) in zend_copy_to_variable()
155 …ine zval* zend_assign_to_variable(zval *variable_ptr, zval *value, uint8_t value_type, bool strict) in zend_assign_to_variable()
182 …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.c476 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.h6876 uint32_t value_type; in ZEND_VM_HELPER() local
6994 uint32_t value_type; variable
7074 uint32_t value_type; variable
10053 uint32_t value_type; variable
H A Dzend_execute.c3633 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()
3668 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.h2830 uint32_t value_type; in zend_fe_fetch_object_helper_SPEC() local
22343 uint32_t value_type; in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER() local
22423 uint32_t value_type; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
32417 uint32_t value_type; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER() local
32485 uint32_t value_type; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_USED_HANDLER() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h832 static zend_always_inline bool has_concrete_type(uint32_t value_type) in has_concrete_type()
837 static zend_always_inline uint32_t concrete_type(uint32_t value_type) in concrete_type()
H A Dzend_jit_helpers.c2145 …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()
2185 …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.3/Zend/Optimizer/
H A Dzend_inference.c2191 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_array_result_type()
2236 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_result_type()

Completed in 184 milliseconds