Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_property_hooks.h35 } zend_property_hook_kind; typedef
H A Dzend_object_handlers.h331 zend_property_hook_kind kind, zend_string *prop_name);
H A Dzend_compile.h208 zend_property_hook_kind active_property_hook_kind;
444 zend_property_hook_kind zend_get_property_hook_kind_from_name(zend_string *name);
H A Dzend_compile.c342 CG(context).active_property_hook_kind = (zend_property_hook_kind)-1; in zend_oparray_context_begin()
5050 static const char *zend_get_cstring_from_property_hook_kind(zend_property_hook_kind kind) { in zend_get_cstring_from_property_hook_kind()
5103 zend_property_hook_kind hook_kind = zend_get_property_hook_kind_from_name(hook_name); in zend_compile_parent_property_hook_call()
8223 zend_property_hook_kind hook_kind in zend_compile_func_decl_ex()
8397 …compile_func_decl_ex(result, ast, toplevel, /* property_info */ NULL, (zend_property_hook_kind)-1); in zend_compile_func_decl()
8400 zend_property_hook_kind zend_get_property_hook_kind_from_name(zend_string *name) { in zend_get_property_hook_kind_from_name()
8406 return (zend_property_hook_kind)-1; in zend_get_property_hook_kind_from_name()
8461 zend_property_hook_kind hook_kind = zend_get_property_hook_kind_from_name(name); in zend_compile_property_hooks()
8462 if (hook_kind == (zend_property_hook_kind)-1) { in zend_compile_property_hooks()
H A Dzend_inheritance.c1341 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()
H A Dzend_object_handlers.c1690 zend_property_hook_kind kind, zend_string *prop_name) in zend_get_property_hook_trampoline()
H A Dzend_vm_def.h9770 zend_property_hook_kind hook_kind = opline->op2.num;
H A Dzend_vm_execute.h11472 zend_property_hook_kind hook_kind = opline->op2.num; in ZEND_INIT_PARENT_PROPERTY_HOOK_CALL_SPEC_CONST_UNUSED_HANDLER()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c1004 zend_property_hook_kind hook_kind = opline->op2.num; in zend_optimizer_get_called_func()
/php-src/ext/reflection/
H A Dphp_reflection.c6566 zend_property_hook_kind kind; in ZEND_METHOD()

Completed in 367 milliseconds