Searched refs:copy_ctor_func_t (Results 1 – 8 of 8) sorted by relevance
/php-src/Zend/ |
H A D | zend_hash.h | 292 …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 D | zend_hash.c | 2240 …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 D | zend_types.h | 108 typedef void (*copy_ctor_func_t)(zval *pElement); typedef
|
/php-src/ext/spl/ |
H A D | spl_heap.c | 527 zend_hash_copy(debug_info, properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info()
|
H A D | spl_dllist.c | 437 zend_hash_copy(debug_info, properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
|
H A D | spl_observer.c | 333 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
|
H A D | spl_array.c | 782 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 D | gmp.c | 574 (copy_ctor_func_t) zval_add_ref in gmp_unserialize()
|
Completed in 61 milliseconds