Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c3405 zend_ffi_symbol *old_sym = zend_hash_find_ptr(scope->symbols, name); in zend_ffi_load() local
3407 if (old_sym) { in zend_ffi_load()
3408 if (zend_ffi_same_symbols(old_sym, sym)) { in zend_ffi_load()
3410 && ZEND_FFI_TYPE(old_sym->type) != ZEND_FFI_TYPE(sym->type)) { in zend_ffi_load()
3412 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_sym->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()

Completed in 23 milliseconds