Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_hash.h292 …FASTCALL zend_hash_copy(HashTable *target, const HashTable *source, copy_ctor_func_t pCopyConstruc…
293 …ASTCALL zend_hash_merge(HashTable *target, const HashTable *source, copy_ctor_func_t pCopyConstruc…
294 …CALL zend_hash_merge_ex(HashTable *target, const HashTable *source, copy_ctor_func_t pCopyConstruc…
H A Dzend_hash.c2240 …FASTCALL zend_hash_copy(HashTable *target, const HashTable *source, copy_ctor_func_t pCopyConstruc… in zend_hash_copy()
2547 …ASTCALL zend_hash_merge(HashTable *target, const HashTable *source, copy_ctor_func_t pCopyConstruc… in zend_hash_merge()
2643 …CALL zend_hash_merge_ex(HashTable *target, const HashTable *source, copy_ctor_func_t pCopyConstruc… in zend_hash_merge_ex()
H A Dzend_types.h108 typedef void (*copy_ctor_func_t)(zval *pElement); typedef
/php-src/ext/spl/
H A Dspl_heap.c527 zend_hash_copy(debug_info, properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info()
H A Dspl_dllist.c437 zend_hash_copy(debug_info, properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
H A Dspl_observer.c333 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
H A Dspl_array.c782 zend_hash_copy(debug_info, properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
/php-src/ext/gmp/
H A Dgmp.c574 (copy_ctor_func_t) zval_add_ref in gmp_unserialize()

Completed in 61 milliseconds