Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi.c3797 zend_ffi_type *old_type, *type, *type_ptr; in ZEND_METHOD() local
3919 old_type = ZEND_FFI_TYPE(old_cdata->type); in ZEND_METHOD()
3928 if (old_type->kind == ZEND_FFI_TYPE_POINTER in ZEND_METHOD()
3930 && ZEND_FFI_TYPE(old_type->pointer.type)->kind == ZEND_FFI_TYPE_VOID) { in ZEND_METHOD()
3933 } else if (old_type->kind == ZEND_FFI_TYPE_ARRAY in ZEND_METHOD()
3935 …&& zend_ffi_is_compatible_type(ZEND_FFI_TYPE(old_type->array.type), ZEND_FFI_TYPE(type->pointer.ty… in ZEND_METHOD()
3938 } else if (old_type->kind == ZEND_FFI_TYPE_POINTER in ZEND_METHOD()
3940 …&& zend_ffi_is_compatible_type(ZEND_FFI_TYPE(old_type->pointer.type), ZEND_FFI_TYPE(type->array.ty… in ZEND_METHOD()
3942 } else if (type->size > old_type->size) { in ZEND_METHOD()
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c2295 zend_uchar old_type = opline->result_type; in try_remove_definition() local
2306 opline->result_type = old_type; in try_remove_definition()

Completed in 29 milliseconds