Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h345 #define ZEND_ACC_DTOR (1 << 29) /* | X | | */ macro
H A Dzend_API.c2408 dtor->common.fn_flags |= ZEND_ACC_DTOR; in zend_register_functions()
H A Dzend_compile.c6503 ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; in zend_compile_class_decl()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c764 if (fptr->common.fn_flags & ZEND_ACC_DTOR) { in _function_string()
3416 RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR); in ZEND_METHOD()

Completed in 56 milliseconds