Searched refs:zend_property_hook_kind (Results 1 – 10 of 10) sorted by relevance
35 } zend_property_hook_kind; typedef
331 zend_property_hook_kind kind, zend_string *prop_name);
208 zend_property_hook_kind active_property_hook_kind;444 zend_property_hook_kind zend_get_property_hook_kind_from_name(zend_string *name);
346 CG(context).active_property_hook_kind = (zend_property_hook_kind)-1; in zend_oparray_context_begin()5055 static const char *zend_get_cstring_from_property_hook_kind(zend_property_hook_kind kind) { in zend_get_cstring_from_property_hook_kind()5108 zend_property_hook_kind hook_kind = zend_get_property_hook_kind_from_name(hook_name); in zend_compile_parent_property_hook_call()8240 zend_property_hook_kind hook_kind in zend_compile_func_decl_ex()8415 …compile_func_decl_ex(result, ast, toplevel, /* property_info */ NULL, (zend_property_hook_kind)-1); in zend_compile_func_decl()8418 zend_property_hook_kind zend_get_property_hook_kind_from_name(zend_string *name) { in zend_get_property_hook_kind_from_name()8424 return (zend_property_hook_kind)-1; in zend_get_property_hook_kind_from_name()8479 zend_property_hook_kind hook_kind = zend_get_property_hook_kind_from_name(name); in zend_compile_property_hooks()8480 if (hook_kind == (zend_property_hook_kind)-1) { in zend_compile_property_hooks()
1341 static bool property_has_operation(zend_property_info *prop_info, zend_property_hook_kind kind) in property_has_operation()1352 zend_property_hook_kind kind in inherit_property_hook()1693 if ((zend_property_hook_kind)i == ZEND_PROPERTY_HOOK_GET in zend_verify_hooked_property()
1703 zend_property_hook_kind kind, zend_string *prop_name) in zend_get_property_hook_trampoline()
9795 zend_property_hook_kind hook_kind = opline->op2.num;
11500 zend_property_hook_kind hook_kind = opline->op2.num; in ZEND_INIT_PARENT_PROPERTY_HOOK_CALL_SPEC_CONST_UNUSED_HANDLER()
1004 zend_property_hook_kind hook_kind = opline->op2.num; in zend_optimizer_get_called_func()
6387 zend_property_hook_kind kind; in ZEND_METHOD()
Completed in 298 milliseconds