Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_compile.c3784 HashTable *exclude_table; in zend_traits_copy_functions() local
3792 exclude_table = va_arg(args, HashTable*); in zend_traits_copy_functions()
3829 …if (exclude_table == NULL || zend_hash_find(exclude_table, lcname, fnname_len, &dummy) == FAILURE)… in zend_traits_copy_functions()
3978 static void zend_traits_compile_exclude_table(HashTable* exclude_table, zend_trait_precedence **pre… in zend_traits_compile_exclude_table() argument
3993 if (zend_hash_add(exclude_table, lcname, lcname_len, NULL, 0, NULL) == FAILURE) { in zend_traits_compile_exclude_table()
4014 HashTable exclude_table; in zend_do_traits_method_binding() local
4017 zend_hash_init_ex(&exclude_table, 2, NULL, NULL, 0, 0); in zend_do_traits_method_binding()
4019 zend_traits_compile_exclude_table(&exclude_table, ce->trait_precedences, ce->traits[i]); in zend_do_traits_method_binding()
4022 …table TSRMLS_CC, (apply_func_args_t)zend_traits_copy_functions, 3, ce, &overriden, &exclude_table); in zend_do_traits_method_binding()
4024 zend_hash_destroy(&exclude_table); in zend_do_traits_method_binding()

Completed in 22 milliseconds