Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c7517 static bool zend_property_is_virtual(zend_class_entry *ce, zend_string *property_name, zend_ast *ho… in zend_property_is_virtual() function
7793 …property_flags | (zend_property_is_virtual(scope, name, hooks_ast, property_flags) ? ZEND_ACC_VIRT… in zend_compile_params()
8640 flags |= zend_property_is_virtual(ce, name, hooks_ast, flags) ? ZEND_ACC_VIRTUAL : 0; in zend_compile_prop_decl()

Completed in 33 milliseconds