Searched refs:old_tag (Results 1 – 1 of 1) sorted by relevance
3472 zend_ffi_tag *old_tag = zend_hash_find_ptr(scope->tags, name); in zend_ffi_load() local3474 if (old_tag) { in zend_ffi_load()3475 if (zend_ffi_same_tags(old_tag, tag)) { in zend_ffi_load()3477 && ZEND_FFI_TYPE(old_tag->type) != ZEND_FFI_TYPE(tag->type)) { in zend_ffi_load()3479 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_tag->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()
Completed in 32 milliseconds