Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c3430 zend_ffi_tag *old_tag = zend_hash_find_ptr(scope->tags, name); in zend_ffi_load() local
3432 if (old_tag) { in zend_ffi_load()
3433 if (zend_ffi_same_tags(old_tag, tag)) { in zend_ffi_load()
3435 && ZEND_FFI_TYPE(old_tag->type) != ZEND_FFI_TYPE(tag->type)) { in zend_ffi_load()
3437 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_tag->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()

Completed in 30 milliseconds