Home
last modified time | relevance | path

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

123

/PHP-5.3/main/
H A Dphp3_compat.h74 #define _php3_hash_copy zend_hash_copy
/PHP-5.3/Zend/
H A Dzend_variables.c136zend_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_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_objects.c149zend_hash_copy(new_object->properties, old_object->properties, zval_copy_property_ctor(old_object-… in zend_objects_clone_members()
H A Dzend.c494zend_hash_copy(compiler_globals->function_table, global_function_table, NULL, &tmp_func, sizeof(ze… in compiler_globals_ctor()
498zend_hash_copy(compiler_globals->class_table, global_class_table, (copy_ctor_func_t) zend_class_ad… in compiler_globals_ctor()
506zend_hash_copy(compiler_globals->auto_globals, global_auto_globals_table, NULL, NULL, sizeof(zend_… in compiler_globals_ctor()
H A Dzend_closures.c247zend_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.c52zend_hash_copy(target, source, (copy_ctor_func_t) copy_zend_constant, &tmp_constant, sizeof(zend_c… in zend_copy_constants()
H A Dzend_hash.h214 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructo…
H A Dzend_ini.c140zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, NULL, &ini_entry, sizeof(zend_i… in zend_copy_ini_directives()
H A Dzend_exceptions.c143zend_hash_copy(object->properties, &class_type->default_properties, zval_copy_property_ctor(class_… in zend_default_exception_new_ex()
/PHP-5.3/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.3/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.c936 zend_hash_copy(&sorted_registry, &module_registry, NULL, &tmp, sizeof(zend_module_entry)); in php_print_info()
/PHP-5.3/ext/xsl/
H A Dphp_xsl.c132zend_hash_copy(intern->std.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pr… in xsl_objects_new()
/PHP-5.3/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.3/ext/spl/
H A Dspl_array.c177zend_hash_copy(intern->std.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pr… in spl_array_object_new_ex()
195zend_hash_copy(HASH_OF(intern->array), HASH_OF(other->array), (copy_ctor_func_t) zval_add_ref, &tm… in spl_array_object_new_ex()
733zend_hash_copy(HASH_OF(return_value), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_fu… in SPL_METHOD()
771zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_array_get_debug_info()
1248zend_hash_copy(HASH_OF(return_value), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_fu… in SPL_METHOD()
1825zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in spl_array_unserialize_helper()
H A Dspl_observer.c209zend_hash_copy(intern->std.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pr… in spl_object_storage_new_ex()
266zend_hash_copy(intern->debug_info, props, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(z… in spl_object_storage_debug_info()
810zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
H A Dspl_dllist.c379zend_hash_copy(intern->std.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pr… in spl_dllist_object_new_ex()
526zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_dllist_object_get_debug_info()
H A Dspl_heap.c397zend_hash_copy(intern->std.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pr… in spl_heap_object_new_ex()
541zend_hash_copy(intern->debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref, (void … in spl_heap_object_get_debug_info_helper()
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c107zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pro… in finfo_objects_new()
/PHP-5.3/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.c529zend_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.3/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()
1160zend_hash_copy(intern->std.properties, &class_type->default_properties, (copy_ctor_func_t) zval_ad… in dom_objects_set_class()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c2137zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pro…
2159zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pro…
2183zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_pro…
/PHP-5.3/sapi/apache/
H A Dmod_php5.c791zend_hash_copy(new, (HashTable *) basev, (copy_ctor_func_t) copy_per_dir_entry, NULL, sizeof(php_p… in php_merge_dir()

Completed in 85 milliseconds

123