Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h233 #define ZEND_ACC_IMPLEMENT_TRAITS 0x400000 macro
H A Dzend_inheritance.c927 } else if (!(ce->ce_flags & (ZEND_ACC_IMPLEMENT_INTERFACES|ZEND_ACC_IMPLEMENT_TRAITS))) { in zend_do_inheritance()
H A Dzend_compile.c1020 …if (!(ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_IMPLEMENT_INTERFACES|ZEND_ACC_IMPLEMENT_TRAITS))… in do_bind_class()
5427 ce->ce_flags |= ZEND_ACC_IMPLEMENT_TRAITS; in zend_compile_class_decl()
H A Dzend_vm_def.h6988 …if (!(ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_IMPLEMENT_INTERFACES|ZEND_ACC_IMPLEMENT_TRAITS))…
H A Dzend_vm_execute.h1355 …if (!(ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_IMPLEMENT_INTERFACES|ZEND_ACC_IMPLEMENT_TRAITS))…

Completed in 170 milliseconds