Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_vm_execute.h23584 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER() local
23590 old_type = Z_TYPE_P(container); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER()
26570 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER() local
26576 old_type = Z_TYPE_P(container); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER()
29040 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER() local
29046 old_type = Z_TYPE_P(container); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER()
30928 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CV_HANDLER() local
42552 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_CV_CONST_HANDLER() local
46505 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_HANDLER() local
49612 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_CV_UNUSED_HANDLER() local
[all …]
H A Dzend_vm_def.h1215 uint8_t old_type; variable
1221 old_type = Z_TYPE_P(container);
1223 if (UNEXPECTED(old_type == IS_FALSE)) {
2736 uint8_t old_type = Z_TYPE_P(object_ptr);
2739 if (UNEXPECTED(old_type == IS_FALSE)) {
H A Dzend_execute.c2872 uint8_t old_type = Z_TYPE_P(container); in zend_fetch_dimension_address() local
2875 if (UNEXPECTED(old_type == IS_FALSE)) { in zend_fetch_dimension_address()
/php-src/ext/ffi/
H A Dffi.c3919 zend_ffi_type *old_type, *type, *type_ptr; in ZEND_METHOD() local
4047 old_type = ZEND_FFI_TYPE(old_cdata->type); in ZEND_METHOD()
4056 if (old_type->kind == ZEND_FFI_TYPE_POINTER in ZEND_METHOD()
4058 && ZEND_FFI_TYPE(old_type->pointer.type)->kind == ZEND_FFI_TYPE_VOID) { in ZEND_METHOD()
4061 } else if (old_type->kind == ZEND_FFI_TYPE_ARRAY in ZEND_METHOD()
4063 …&& zend_ffi_is_compatible_type(ZEND_FFI_TYPE(old_type->array.type), ZEND_FFI_TYPE(type->pointer.ty… in ZEND_METHOD()
4066 } else if (old_type->kind == ZEND_FFI_TYPE_POINTER in ZEND_METHOD()
4068 …&& zend_ffi_is_compatible_type(ZEND_FFI_TYPE(old_type->pointer.type), ZEND_FFI_TYPE(type->array.ty… in ZEND_METHOD()
4070 } else if (type->size > old_type->size) { in ZEND_METHOD()
/php-src/Zend/Optimizer/
H A Dsccp.c2201 uint8_t old_type = opline->result_type; in try_remove_definition() local
2218 opline->result_type = old_type; in try_remove_definition()

Completed in 223 milliseconds