Searched refs:zend_hash_merge_ex (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/sapi/apache2handler/ |
H A D | apache_config.c | 154 …zend_hash_merge_ex(&n->config, &e->config, NULL, sizeof(php_dir_entry), (merge_checker_func_t) sho… in merge_php_config()
|
/PHP-5.4/Zend/ |
H A D | zend_ts_hash.c | 296 zend_hash_merge_ex(TS_HASH(target), TS_HASH(source), pCopyConstructor, size, pMergeSource, pParam); in zend_ts_hash_merge_ex()
|
H A D | zend_hash.h | 216 ZEND_API void zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstr…
|
H A D | zend_hash.c | 882 ZEND_API void zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstr… in zend_hash_merge_ex() function
|
H A D | zend_compile.c | 3527 …zend_hash_merge_ex(&ce->properties_info, &parent_ce->properties_info, (copy_ctor_func_t) (ce->type… in zend_do_inheritance() 3530 …zend_hash_merge_ex(&ce->function_table, &parent_ce->function_table, (copy_ctor_func_t) do_inherit_… in zend_do_inheritance() 3598 …zend_hash_merge_ex(&ce->constants_table, &iface->constants_table, (copy_ctor_func_t) zval_add_ref,… in zend_do_implement_interface() 3599 …zend_hash_merge_ex(&ce->function_table, &iface->function_table, (copy_ctor_func_t) do_inherit_meth… in zend_do_implement_interface()
|
/PHP-5.4/sapi/apache/ |
H A D | mod_php5.c | 789 …zend_hash_merge_ex(new, (HashTable *) addv, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_… in php_merge_dir()
|
/PHP-5.4/sapi/apache_hooks/ |
H A D | mod_php5.c | 880 …zend_hash_merge_ex((HashTable *) a->ini_settings, (HashTable *) b->ini_settings, (copy_ctor_func_t… in php_merge_dir()
|
Completed in 48 milliseconds