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.c3400 zend_ffi_symbol *old_sym = zend_hash_find_ptr(scope->symbols, name); in zend_ffi_load() local
3402 if (old_sym) { in zend_ffi_load()
3403 if (zend_ffi_same_symbols(old_sym, sym)) { in zend_ffi_load()
3405 && ZEND_FFI_TYPE(old_sym->type) != ZEND_FFI_TYPE(sym->type)) { in zend_ffi_load()
3407 zend_ffi_cleanup_type(ZEND_FFI_TYPE(old_sym->type), ZEND_FFI_TYPE(type)); in zend_ffi_load()

Completed in 34 milliseconds