Skip to main content

zend_hash_copy

Function zend_hash_copy 

Source
pub unsafe extern "C" fn zend_hash_copy(
    target: *mut HashTable,
    source: *const HashTable,
    pCopyConstructor: copy_ctor_func_t,
)