Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dbrowscap.c760 …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 Dzend_hash.h289 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 Dzend_hash.c2241 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
2545 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t in zend_hash_merge()
2641 …D_FASTCALL zend_hash_merge_ex(HashTable *target, 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-8.3/ext/spl/
H A Dspl_heap.c520 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info()
H A Dspl_dllist.c441 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
H A Dspl_observer.c337 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
H A Dspl_array.c787 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 Dgmp.c509 (copy_ctor_func_t) zval_add_ref in gmp_unserialize()

Completed in 79 milliseconds