exclude_table    4119 Zend/zend_compile.c 	HashTable         *exclude_table;
exclude_table    4127 Zend/zend_compile.c 	exclude_table = va_arg(args, HashTable*);
exclude_table    4164 Zend/zend_compile.c 	if (exclude_table == NULL || zend_hash_find(exclude_table, lcname, fnname_len, &dummy) == FAILURE) {
exclude_table    4317 Zend/zend_compile.c static void zend_traits_compile_exclude_table(HashTable* exclude_table, zend_trait_precedence **precedences, zend_class_entry *trait) /* {{{ */
exclude_table    4332 Zend/zend_compile.c 					if (zend_hash_add(exclude_table, lcname, lcname_len, NULL, 0, NULL) == FAILURE) {
exclude_table    4353 Zend/zend_compile.c 			HashTable exclude_table;
exclude_table    4357 Zend/zend_compile.c 			zend_hash_init_ex(&exclude_table, 2, NULL, NULL, 0, 0);
exclude_table    4361 Zend/zend_compile.c 			zend_traits_compile_exclude_table(&exclude_table, precedences, ce->traits[i]);
exclude_table    4364 Zend/zend_compile.c 			zend_hash_apply_with_arguments(&ce->traits[i]->function_table TSRMLS_CC, (apply_func_args_t)zend_traits_copy_functions, 3, ce, &overriden, &exclude_table);
exclude_table    4366 Zend/zend_compile.c 			zend_hash_destroy(&exclude_table);