Home
last modified time | relevance | path

Searched refs:ZEND_ACC_DTOR (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c785 if (fptr->common.fn_flags & ZEND_ACC_DTOR) { in _function_string()
3480 RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_DTOR); in ZEND_METHOD()
/PHP-7.2/Zend/
H A Dzend_inheritance.c1106 ce->destructor = fe; fe->common.fn_flags |= ZEND_ACC_DTOR; in zend_add_magic_methods()
H A Dzend_compile.c6439 ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; in zend_compile_class_decl()
H A Dzend_compile.h230 #define ZEND_ACC_DTOR 0x4000 macro
H A Dzend_API.c2409 dtor->common.fn_flags |= ZEND_ACC_DTOR; in zend_register_functions()
2473 …tor && dtor->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE && dtor->common.fn_flags & ZEND_ACC_DTOR) { in zend_register_functions()

Completed in 83 milliseconds