Searched refs:copy_ctor_func_t (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | browscap.c | 760 …zend_hash_merge(Z_ARRVAL_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0); in PHP_FUNCTION() 762 …zend_hash_merge(Z_OBJPROP_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0… in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 289 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t … 290 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t… 291 …D_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstruc…
|
H A D | zend_hash.c | 2241 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy() 2548 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge() 2644 …D_FASTCALL zend_hash_merge_ex(HashTable *target, 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-8.3/ext/spl/ |
H A D | spl_dllist.c | 444 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
|
H A D | spl_heap.c | 533 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info()
|
H A D | spl_observer.c | 337 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 | 789 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
|
/PHP-8.3/ext/gmp/ |
H A D | gmp.c | 570 (copy_ctor_func_t) zval_add_ref in gmp_unserialize()
|
Completed in 54 milliseconds