Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/Zend/
H A Dzend_ts_hash.c271 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 Dzend_variables.c139zend_hash_copy(tmp_ht, original_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)… in _zval_copy_ctor_func()
H A Dzend_objects.c188zend_hash_copy(new_object->properties, old_object->properties, (copy_ctor_func_t) zval_add_ref, (v… in zend_objects_clone_members()
H A Dzend.c512zend_hash_copy(compiler_globals->function_table, global_function_table, NULL, &tmp_func, sizeof(ze… in compiler_globals_ctor()
516zend_hash_copy(compiler_globals->class_table, global_class_table, (copy_ctor_func_t) zend_class_ad… in compiler_globals_ctor()
524zend_hash_copy(compiler_globals->auto_globals, global_auto_globals_table, NULL, NULL, sizeof(zend_… in compiler_globals_ctor()
H A Dzend_hash.h217 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructo…
H A Dzend_ini.c142zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, NULL, &ini_entry, sizeof(zend_i… in zend_copy_ini_directives()
H A Dzend_closures.c337zend_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 Dzend_constants.c54zend_hash_copy(target, source, (copy_ctor_func_t) copy_zend_constant, &tmp_constant, sizeof(zend_c… in zend_copy_constants()
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c131 zend_hash_copy(&n->config, &e->config, NULL, NULL, sizeof(php_dir_entry)); in merge_php_config()
/PHP-5.5/ext/standard/
H A Dbrowscap.c527zend_hash_copy(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_copy… in PHP_FUNCTION()
531zend_hash_copy(Z_OBJPROP_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_cop… in PHP_FUNCTION()
H A Dinfo.c1070 zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); in php_print_info()
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c151 zend_hash_copy(&n->config, &d->config, NULL, NULL, sizeof(php_dir_entry)); in merge_php_config()
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp204 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in IntlIterator_object_create()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c132 zend_hash_copy( intern->zo.properties, &(ce->default_properties ), in Transliterator_object_create()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp223 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in BreakIterator_object_create()
/PHP-5.5/ext/spl/
H A Dspl_array.c197zend_hash_copy(HASH_OF(intern->array), HASH_OF(other->array), (copy_ctor_func_t) zval_add_ref, &tm… in spl_array_object_new_ex()
776zend_hash_copy(HASH_OF(return_value), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_fu… in SPL_METHOD()
818zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_array_get_debug_info()
1299zend_hash_copy(HASH_OF(return_value), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_fu… in SPL_METHOD()
1826zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
H A Dspl_observer.c340zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(z… in spl_object_storage_debug_info()
904zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp377 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in TimeZone_object_create()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp268 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in Calendar_object_create()
/PHP-5.5/main/streams/
H A Dfilter.c65zend_hash_copy(FG(stream_filters), &stream_filters_hash, NULL, &tmpfactory, sizeof(php_stream_filt… in php_stream_filter_register_factory_volatile()
H A Dmemory.c534zend_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.5/sapi/apache/
H A Dmod_php5.c787zend_hash_copy(new, (HashTable *) basev, (copy_ctor_func_t) copy_per_dir_entry, NULL, sizeof(php_p… in php_merge_dir()
/PHP-5.5/ext/dom/
H A Dphp_dom.c195 zend_hash_copy(dest->classmap, source->classmap, NULL, NULL, sizeof(zend_class_entry *)); in dom_copy_doc_props()
486 zend_hash_copy(debug_info, std_props, (copy_ctor_func_t)zval_add_ref, in dom_get_debug_info_helper()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c199 zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); in print_modules()

Completed in 77 milliseconds

12