Lines Matching refs:property_name
5097 zend_string *property_name = zend_ast_get_str(class_ast->child[1]); in zend_compile_parent_property_hook_call() local
5105 ZSTR_VAL(property_name), ZSTR_VAL(hook_name)); in zend_compile_parent_property_hook_call()
5109 if (!zend_string_equals_cstr(property_name, unmangled_prop_name, strlen(unmangled_prop_name))) { in zend_compile_parent_property_hook_call()
5111 ZSTR_VAL(property_name), ZSTR_VAL(hook_name), unmangled_prop_name); in zend_compile_parent_property_hook_call()
5115 …ZSTR_VAL(property_name), ZSTR_VAL(hook_name), zend_get_cstring_from_property_hook_kind(CG(context)… in zend_compile_parent_property_hook_call()
5121 zend_string_copy(property_name); in zend_compile_parent_property_hook_call()
5122 opline->op1.constant = zend_add_literal_string(&property_name); in zend_compile_parent_property_hook_call()
7468 zend_string *property_name; member
7491 && zend_string_equals(Z_STR_P(property), context->property_name)) { in zend_property_hook_find_property_usage()
7505 static bool zend_property_hook_uses_property(zend_string *property_name, zend_string *hook_name, ze… in zend_property_hook_uses_property() argument
7512 find_property_usage_context context = { property_name, false }; in zend_property_hook_uses_property()
7517 static bool zend_property_is_virtual(zend_class_entry *ce, zend_string *property_name, zend_ast *ho… in zend_property_is_virtual() argument
7532 if (body && zend_property_hook_uses_property(property_name, hook->name, body)) { in zend_property_is_virtual()