Searched refs:old_type (Results 1 – 5 of 5) sorted by relevance
23676 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER() local23682 old_type = Z_TYPE_P(container); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER()26662 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER() local26668 old_type = Z_TYPE_P(container); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER()29132 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER() local29138 old_type = Z_TYPE_P(container); in ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER()31020 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_VAR_CV_HANDLER() local42661 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_CV_CONST_HANDLER() local46614 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_HANDLER() local49721 uint8_t old_type; in ZEND_ASSIGN_DIM_OP_SPEC_CV_UNUSED_HANDLER() local[all …]
1216 uint8_t old_type; variable1222 old_type = Z_TYPE_P(container);1224 if (UNEXPECTED(old_type == IS_FALSE)) {2744 uint8_t old_type = Z_TYPE_P(object_ptr);2747 if (UNEXPECTED(old_type == IS_FALSE)) {
2872 uint8_t old_type = Z_TYPE_P(container); in zend_fetch_dimension_address() local2875 if (UNEXPECTED(old_type == IS_FALSE)) { in zend_fetch_dimension_address()
3961 zend_ffi_type *old_type, *type, *type_ptr; in ZEND_METHOD() local4089 old_type = ZEND_FFI_TYPE(old_cdata->type); in ZEND_METHOD()4098 if (old_type->kind == ZEND_FFI_TYPE_POINTER in ZEND_METHOD()4100 && ZEND_FFI_TYPE(old_type->pointer.type)->kind == ZEND_FFI_TYPE_VOID) { in ZEND_METHOD()4103 } else if (old_type->kind == ZEND_FFI_TYPE_ARRAY in ZEND_METHOD()4105 …&& zend_ffi_is_compatible_type(ZEND_FFI_TYPE(old_type->array.type), ZEND_FFI_TYPE(type->pointer.ty… in ZEND_METHOD()4108 } else if (old_type->kind == ZEND_FFI_TYPE_POINTER in ZEND_METHOD()4110 …&& zend_ffi_is_compatible_type(ZEND_FFI_TYPE(old_type->pointer.type), ZEND_FFI_TYPE(type->array.ty… in ZEND_METHOD()4112 } else if (type->size > old_type->size) { in ZEND_METHOD()
2201 uint8_t old_type = opline->result_type; in try_remove_definition() local2218 opline->result_type = old_type; in try_remove_definition()
Completed in 214 milliseconds