Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h216 #define ZEND_ACC_DTOR 0x4000 macro
H A Dzend_API.c2349 dtor->common.fn_flags |= ZEND_ACC_DTOR; in zend_register_functions()
2414 …tor && dtor->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE && dtor->common.fn_flags & ZEND_ACC_DTOR) { in zend_register_functions()
2418 …ne && clone->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE && dtor->common.fn_flags & ZEND_ACC_DTOR) { in zend_register_functions()
H A Dzend_inheritance.c1075 ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR; in zend_add_magic_methods()
H A Dzend_compile.c5399 ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; in zend_compile_class_decl()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c857 if (fptr->common.fn_flags & ZEND_ACC_DTOR) { in _function_string()
3600 RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR); in ZEND_METHOD()

Completed in 63 milliseconds