Home
last modified time | relevance | path

Searched refs:zend_hash_merge_ex (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/sapi/apache2handler/
H A Dapache_config.c154zend_hash_merge_ex(&n->config, &e->config, NULL, sizeof(php_dir_entry), (merge_checker_func_t) sho… in merge_php_config()
/PHP-5.6/Zend/
H A Dzend_ts_hash.c296 zend_hash_merge_ex(TS_HASH(target), TS_HASH(source), pCopyConstructor, size, pMergeSource, pParam); in zend_ts_hash_merge_ex()
H A Dzend_hash.h219 ZEND_API void zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstr…
H A Dzend_hash.c813 ZEND_API void zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstr… in zend_hash_merge_ex() function
H A Dzend_compile.c3860zend_hash_merge_ex(&ce->properties_info, &parent_ce->properties_info, (copy_ctor_func_t) (ce->type… in zend_do_inheritance()
3863zend_hash_merge_ex(&ce->function_table, &parent_ce->function_table, (copy_ctor_func_t) do_inherit_… in zend_do_inheritance()
3931zend_hash_merge_ex(&ce->constants_table, &iface->constants_table, (copy_ctor_func_t) zval_add_ref,… in zend_do_implement_interface()
3932zend_hash_merge_ex(&ce->function_table, &iface->function_table, (copy_ctor_func_t) do_inherit_meth… in zend_do_implement_interface()
/PHP-5.6/sapi/apache/
H A Dmod_php5.c789zend_hash_merge_ex(new, (HashTable *) addv, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_… in php_merge_dir()
/PHP-5.6/sapi/apache_hooks/
H A Dmod_php5.c880zend_hash_merge_ex((HashTable *) a->ini_settings, (HashTable *) b->ini_settings, (copy_ctor_func_t… in php_merge_dir()

Completed in 48 milliseconds