Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_compile.h187 #define ZEND_ACC_IMPLEMENT_TRAITS 0x400000 macro
H A Dzend_compile.c3535 } else if (!(ce->ce_flags & (ZEND_ACC_IMPLEMENT_INTERFACES|ZEND_ACC_IMPLEMENT_TRAITS))) { in zend_do_inheritance()
4373 …if (!(ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_IMPLEMENT_INTERFACES|ZEND_ACC_IMPLEMENT_TRAITS))… in do_bind_class()
4933 ce->ce_flags |= ZEND_ACC_IMPLEMENT_TRAITS; in zend_do_end_class_declaration()
4944 if (ce->num_interfaces && !(ce->ce_flags & ZEND_ACC_IMPLEMENT_TRAITS)) { in zend_do_end_class_declaration()

Completed in 25 milliseconds