/PHP-7.4/Zend/ |
H A D | zend_ts_hash.c | 237 zend_hash_copy(TS_HASH(target), TS_HASH(source), pCopyConstructor); in zend_ts_hash_copy() 245 zend_hash_copy(target, TS_HASH(source), pCopyConstructor); in zend_ts_hash_copy_to_hash()
|
H A D | zend.c | 636 zend_hash_copy(compiler_globals->function_table, global_function_table, function_copy_ctor); in compiler_globals_ctor() 640 zend_hash_copy(compiler_globals->class_table, global_class_table, zend_class_add_ref); in compiler_globals_ctor() 646 zend_hash_copy(compiler_globals->auto_globals, global_auto_globals_table, auto_global_copy_ctor); in compiler_globals_ctor()
|
H A D | zend_constants.c | 75 zend_hash_copy(target, source, copy_zend_constant); in zend_copy_constants()
|
H A D | zend_ini.c | 168 zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, copy_ini_entry); in zend_copy_ini_directives()
|
H A D | zend_hash.h | 261 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
|
H A D | zend_hash.c | 1908 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy() function
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_webdata_transfer.c | 46 zend_hash_copy(Z_ARRVAL(zv[1]), &EG(symbol_table), NULL); in phpdbg_webdata_compress()
|
/PHP-7.4/sapi/apache2handler/ |
H A D | apache_config.c | 168 zend_hash_copy(&n->config, &d->config, config_entry_ctor); in merge_php_config()
|
/PHP-7.4/ext/intl/calendar/ |
H A D | calendar_class.cpp | 186 zend_hash_copy(Z_ARRVAL(ztz_debug), debug_info_tz, zval_add_ref); in Calendar_get_debug_info()
|
/PHP-7.4/main/streams/ |
H A D | filter.c | 65 zend_hash_copy(FG(stream_filters), &stream_filters_hash, NULL); in php_stream_filter_register_factory_volatile()
|
H A D | memory.c | 549 zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL(ts->meta), zval_add_ref); in php_stream_temp_set_option()
|
H A D | streams.c | 1790 zend_hash_copy(FG(stream_wrappers), &url_stream_wrappers_hash, NULL); in clone_wrapper_hash()
|
/PHP-7.4/ext/standard/ |
H A D | info.c | 932 zend_hash_copy(&sorted_registry, &module_registry, NULL); in php_print_info()
|
/PHP-7.4/sapi/cli/ |
H A D | php_cli.c | 194 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
|
/PHP-7.4/ext/phar/ |
H A D | util.c | 2033 zend_hash_copy(&newmanifest, &(*pphar)->manifest, phar_manifest_copy_ctor); in phar_copy_cached_phar() 2040 zend_hash_copy(&phar->virtual_dirs, &(*pphar)->virtual_dirs, NULL); in phar_copy_cached_phar()
|
/PHP-7.4/ext/spl/ |
H A D | spl_heap.c | 520 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_dllist.c | 509 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_observer.c | 295 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 | 842 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_main.c | 205 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
|
/PHP-7.4/ext/soap/ |
H A D | php_schema.c | 2113 zend_hash_copy(attr->extraAttributes, tmp->extraAttributes, copy_extra_attribute); in schema_attribute_fixup() 2158 zend_hash_copy(ht, newAttr->extraAttributes, copy_extra_attribute); in schema_attributegroup_fixup()
|
/PHP-7.4/ext/dom/ |
H A D | php_dom.c | 201 zend_hash_copy(dest->classmap, source->classmap, NULL); in dom_copy_doc_props()
|
/PHP-7.4/ext/gmp/ |
H A D | gmp.c | 630 zend_hash_copy( in gmp_unserialize()
|
/PHP-7.4/sapi/cgi/ |
H A D | cgi_main.c | 258 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 1803 zend_hash_copy(Z_ARRVAL_P(return_value), ht, zval_add_ref); in ZEND_METHOD()
|