Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/
H A Dffi.c3314 zend_ffi_tag *old_tag = zend_hash_find_ptr(scope->tags, name); in zend_ffi_load() local
3316 if (old_tag) { in zend_ffi_load()
3317 if (zend_ffi_same_tags(old_tag, tag)) { in zend_ffi_load()
3319 && ZEND_FFI_TYPE(old_tag->type) != ZEND_FFI_TYPE(tag->type)) { in zend_ffi_load()
3321 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_tag->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()

Completed in 18 milliseconds