Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.h208 zend_property_hook_kind active_property_hook_kind; member
H A Dzend_compile.c342 CG(context).active_property_hook_kind = (zend_property_hook_kind)-1; in zend_oparray_context_begin()
5117 if (hook_kind != CG(context).active_property_hook_kind) { in zend_compile_parent_property_hook_call()
5119 …R_VAL(hook_name), zend_get_cstring_from_property_hook_kind(CG(context).active_property_hook_kind)); in zend_compile_parent_property_hook_call()
8321 CG(context).active_property_hook_kind = hook_kind; in zend_compile_func_decl_ex()

Completed in 46 milliseconds