Home
last modified time | relevance | path

Searched refs:zend_hash_copy (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_format.c46 zend_hash_copy(args_copy, Z_ARRVAL_P(args), (copy_ctor_func_t)zval_add_ref); in msgfmt_do_format()
/PHP-7.1/Zend/
H A Dzend_ts_hash.c249 zend_hash_copy(TS_HASH(target), TS_HASH(source), pCopyConstructor); in zend_ts_hash_copy()
257 zend_hash_copy(target, TS_HASH(source), pCopyConstructor); in zend_ts_hash_copy_to_hash()
H A Dzend.c496 zend_hash_copy(compiler_globals->function_table, global_function_table, function_copy_ctor); in compiler_globals_ctor()
500 zend_hash_copy(compiler_globals->class_table, global_class_table, zend_class_add_ref); in compiler_globals_ctor()
506 zend_hash_copy(compiler_globals->auto_globals, global_auto_globals_table, auto_global_copy_ctor); in compiler_globals_ctor()
H A Dzend_constants.c68 zend_hash_copy(target, source, copy_zend_constant); in zend_copy_constants()
H A Dzend_ini.c177 zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, copy_ini_entry); in zend_copy_ini_directives()
H A Dzend_hash.h222 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
H A Dzend_hash.c1612 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy() function
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c46 zend_hash_copy(Z_ARRVAL(zv[1]), &EG(symbol_table), NULL); in phpdbg_webdata_compress()
/PHP-7.1/sapi/apache2handler/
H A Dapache_config.c170 zend_hash_copy(&n->config, &d->config, config_entry_ctor); in merge_php_config()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp184 zend_hash_copy(Z_ARRVAL(ztz_debug), debug_info_tz, zval_add_ref); in Calendar_get_debug_info()
/PHP-7.1/main/streams/
H A Dfilter.c63 zend_hash_copy(FG(stream_filters), &stream_filters_hash, NULL); in php_stream_filter_register_factory_volatile()
H A Dmemory.c542 zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL(ts->meta), zval_add_ref); in php_stream_temp_set_option()
H A Dstreams.c1721 zend_hash_copy(FG(stream_wrappers), &url_stream_wrappers_hash, NULL); in clone_wrapper_hash()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c209 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
/PHP-7.1/ext/standard/
H A Dinfo.c992 zend_hash_copy(&sorted_registry, &module_registry, NULL); in php_print_info()
/PHP-7.1/ext/phar/
H A Dutil.c2037 zend_hash_copy(&newmanifest, &(*pphar)->manifest, phar_manifest_copy_ctor); in phar_copy_cached_phar()
2044 zend_hash_copy(&phar->virtual_dirs, &(*pphar)->virtual_dirs, NULL); in phar_copy_cached_phar()
/PHP-7.1/ext/spl/
H A Dspl_heap.c495 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info_helper()
H A Dspl_dllist.c511 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.c300 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
H A Dspl_array.c850 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c245 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
/PHP-7.1/ext/soap/
H A Dphp_schema.c2115 zend_hash_copy(attr->extraAttributes, tmp->extraAttributes, copy_extra_attribute); in schema_attribute_fixup()
2160 zend_hash_copy(ht, newAttr->extraAttributes, copy_extra_attribute); in schema_attributegroup_fixup()
/PHP-7.1/ext/gmp/
H A Dgmp.c621 zend_hash_copy( in gmp_unserialize()
/PHP-7.1/ext/dom/
H A Dphp_dom.c203 zend_hash_copy(dest->classmap, source->classmap, NULL); in dom_copy_doc_props()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c266 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()

Completed in 105 milliseconds

12