/PHP-5.6/ext/intl/msgformat/ |
H A D | msgformat_format.c | 46 zend_hash_copy(args_copy, Z_ARRVAL_P(args), (copy_ctor_func_t)zval_add_ref, in msgfmt_do_format()
|
/PHP-5.6/Zend/ |
H A D | zend_ts_hash.c | 271 zend_hash_copy(TS_HASH(target), TS_HASH(source), pCopyConstructor, tmp, size); in zend_ts_hash_copy() 279 zend_hash_copy(target, TS_HASH(source), pCopyConstructor, tmp, size); in zend_ts_hash_copy_to_hash()
|
H A D | zend_variables.c | 141 …zend_hash_copy(tmp_ht, original_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)… in _zval_copy_ctor_func()
|
H A D | zend_objects.c | 188 …zend_hash_copy(new_object->properties, old_object->properties, (copy_ctor_func_t) zval_add_ref, (v… in zend_objects_clone_members()
|
H A D | zend.c | 513 …zend_hash_copy(compiler_globals->function_table, global_function_table, NULL, &tmp_func, sizeof(ze… in compiler_globals_ctor() 517 …zend_hash_copy(compiler_globals->class_table, global_class_table, (copy_ctor_func_t) zend_class_ad… in compiler_globals_ctor() 525 …zend_hash_copy(compiler_globals->auto_globals, global_auto_globals_table, NULL, NULL, sizeof(zend_… in compiler_globals_ctor()
|
H A D | zend_ini.c | 142 …zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, NULL, &ini_entry, sizeof(zend_i… in zend_copy_ini_directives()
|
H A D | zend_closures.c | 352 …zend_hash_copy(Z_ARRVAL_P(val), static_variables, (copy_ctor_func_t)zval_add_ref, NULL, sizeof(zva… in zend_closure_get_debug_info()
|
H A D | zend_constants.c | 52 …zend_hash_copy(target, source, (copy_ctor_func_t) copy_zend_constant, &tmp_constant, sizeof(zend_c… in zend_copy_constants()
|
H A D | zend_hash.h | 217 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructo…
|
/PHP-5.6/sapi/apache2filter/ |
H A D | apache_config.c | 131 zend_hash_copy(&n->config, &e->config, NULL, NULL, sizeof(php_dir_entry)); in merge_php_config()
|
/PHP-5.6/ext/standard/ |
H A D | browscap.c | 531 …zend_hash_copy(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_copy… in PHP_FUNCTION() 535 …zend_hash_copy(Z_OBJPROP_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_cop… in PHP_FUNCTION()
|
H A D | info.c | 1070 zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); in php_print_info()
|
/PHP-5.6/sapi/apache2handler/ |
H A D | apache_config.c | 151 zend_hash_copy(&n->config, &d->config, NULL, NULL, sizeof(php_dir_entry)); in merge_php_config()
|
/PHP-5.6/ext/intl/common/ |
H A D | common_enum.cpp | 204 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in IntlIterator_object_create()
|
/PHP-5.6/ext/intl/transliterator/ |
H A D | transliterator_class.c | 132 zend_hash_copy( intern->zo.properties, &(ce->default_properties ), in Transliterator_object_create()
|
/PHP-5.6/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 223 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in BreakIterator_object_create()
|
/PHP-5.6/ext/spl/ |
H A D | spl_array.c | 197 …zend_hash_copy(HASH_OF(intern->array), HASH_OF(other->array), (copy_ctor_func_t) zval_add_ref, &tm… in spl_array_object_new_ex() 791 …zend_hash_copy(HASH_OF(return_value), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_fu… in SPL_METHOD() 833 …zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_array_get_debug_info() 1314 …zend_hash_copy(HASH_OF(return_value), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_fu… in SPL_METHOD() 1842 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
|
H A D | spl_observer.c | 341 …zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(z… in spl_object_storage_debug_info() 920 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
|
/PHP-5.6/ext/intl/timezone/ |
H A D | timezone_class.cpp | 377 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in TimeZone_object_create()
|
/PHP-5.6/ext/intl/calendar/ |
H A D | calendar_class.cpp | 268 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in Calendar_object_create()
|
/PHP-5.6/main/streams/ |
H A D | filter.c | 65 …zend_hash_copy(FG(stream_filters), &stream_filters_hash, NULL, &tmpfactory, sizeof(php_stream_filt… in php_stream_filter_register_factory_volatile()
|
H A D | memory.c | 539 …zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL_P(ts->meta), (copy_ctor_func_t) zval_add_ref,… in php_stream_temp_set_option()
|
/PHP-5.6/sapi/apache/ |
H A D | mod_php5.c | 787 …zend_hash_copy(new, (HashTable *) basev, (copy_ctor_func_t) copy_per_dir_entry, NULL, sizeof(php_p… in php_merge_dir()
|
/PHP-5.6/ext/gmp/ |
H A D | gmp.c | 470 zend_hash_copy(ht, props, (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval *)); in gmp_get_debug_info() 662 zend_hash_copy( in gmp_unserialize()
|
/PHP-5.6/ext/dom/ |
H A D | php_dom.c | 196 zend_hash_copy(dest->classmap, source->classmap, NULL, NULL, sizeof(zend_class_entry *)); in dom_copy_doc_props() 487 zend_hash_copy(debug_info, std_props, (copy_ctor_func_t)zval_add_ref, in dom_get_debug_info_helper()
|