Home
last modified time | relevance | path

Searched defs:prop_name (Results 1 – 21 of 21) sorted by relevance

/php-src/Zend/
H A Dzend_object_handlers.c224 static void zend_std_call_getter(zend_object *zobj, zend_string *prop_name, zval *retval) /* {{{ */ in zend_std_call_getter()
232 static void zend_std_call_setter(zend_object *zobj, zend_string *prop_name, zval *value) /* {{{ */ in zend_std_call_setter()
241 static void zend_std_call_unsetter(zend_object *zobj, zend_string *prop_name) /* {{{ */ in zend_std_call_unsetter()
249 static void zend_std_call_issetter(zend_object *zobj, zend_string *prop_name, zval *retval) /* {{{ … in zend_std_call_issetter()
528 const char *prop_name; in zend_check_property_access() local
680 …zend_throw_no_prop_backing_value_access(zend_string *class_name, zend_string *prop_name, bool is_r… in zend_throw_no_prop_backing_value_access()
688 const zend_property_info *prop_info, zend_string *prop_name, in zend_call_get_hook()
1648 zend_string *prop_name = EX(func)->internal_function.reserved[0]; in ZEND_FUNCTION() local
1672 zend_string *prop_name = EX(func)->internal_function.reserved[0]; in ZEND_FUNCTION() local
1690 zend_property_hook_kind kind, zend_string *prop_name) in zend_get_property_hook_trampoline()
H A Dzend_property_hooks.c84 zend_string *prop_name; in zho_build_properties_ex() local
H A Dzend_inheritance.c1671 …verify_hooked_property(zend_class_entry *ce, zend_property_info *prop_info, zend_string *prop_name) in zend_verify_hooked_property()
1720 …y_variance_error_ex(zend_string *value_param_name, zend_string *class_name, zend_string *prop_name) in zend_hooked_property_variance_error_ex()
2773 …lass_entry *ce, zend_class_entry **traits, size_t current_trait, zend_string *prop_name, const zen… in find_first_property_definition()
2796 zend_string* prop_name; in zend_do_traits_property_binding() local
H A Dzend_compile.c1571 zend_string *prop_name = zend_string_alloc(prop_name_length, internal); in zend_mangle_property_name() local
1573 ZSTR_VAL(prop_name)[0] = '\0'; in zend_mangle_property_name() local
1580 …operty_name_ex(const zend_string *name, const char **class_name, const char **prop_name, size_t *p… in zend_unmangle_property_name_ex()
5060 static zend_string *zend_copy_unmangled_prop_name(zend_string *prop_name) in zend_copy_unmangled_prop_name()
5062 if (ZSTR_VAL(prop_name)[0] != '\0') { in zend_copy_unmangled_prop_name() local
8411 zend_property_info *prop_info, zend_string *prop_name, in zend_compile_property_hooks()
H A Dzend_builtin_functions.c859 const char *prop_name, *class_name; in ZEND_FUNCTION() local
H A Dzend_compile.h962 #define zend_unmangle_property_name(mangled_property, class_name, prop_name) \ argument
967 const char *class_name, *prop_name; in zend_get_unmangled_property_name() local
H A Dzend.c398 const char *prop_name, *class_name; in print_hash() local
H A Dzend_vm_def.h7014 const char *class_name, *prop_name; in ZEND_VM_HELPER() local
7279 const char *class_name, *prop_name; variable
H A Dzend_execute.c897 const char *class_name, const char *prop_name) { in zend_readonly_property_modification_error_ex()
H A Dzend_API.c1733 const char *class_name, *prop_name; in object_properties_load() local
H A Dzend_vm_execute.h2941 const char *class_name, *prop_name; in zend_fe_fetch_object_helper_SPEC() local
23109 const char *class_name, *prop_name; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
/php-src/Zend/Optimizer/
H A Dcompact_literals.c99 zval *prop_name = &op_array->literals[op2]; in add_static_slot() local
H A Dzend_optimizer.c1003 zend_string *prop_name = Z_STR_P(CRT_CONSTANT(opline->op1)); in zend_optimizer_get_called_func() local
H A Dzend_inference.c5217 zend_string *prop_name = Z_STR_P(CRT_CONSTANT(opline->op2)); in zend_may_throw_ex() local
/php-src/ext/standard/
H A Dhttp.c115 const char *prop_name; in php_url_encode_hash_ex() local
H A Dvar.c57 const char *prop_name, *class_name; in php_object_property_dump() local
265 const char *prop_name, *class_name; in zval_object_property_dump() local
487 const char *class_name, *prop_name; in php_object_element_export() local
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c876 zend_string *prop_name = Z_STR_P(RT_CONSTANT(opline, opline->op2)); local
/php-src/ext/date/
H A Dphp_date.c590 const char *class_name, *prop_name; in update_property() local
2965 zend_string *prop_name; in restore_custom_datetime_properties() local
4166 zend_string *prop_name; in restore_custom_datetimezone_properties() local
4801 zend_string *prop_name; in restore_custom_dateinterval_properties() local
5875 zend_string *prop_name; in restore_custom_dateperiod_properties() local
/php-src/ext/zend_test/
H A Dtest.c1162 zend_string *prop_name = zend_string_init_interned("dnfProperty", sizeof("dnfProperty") - 1, true); in register_ZendTestClass_dnf_property() local
/php-src/ext/reflection/
H A Dphp_reflection.c482 zend_string *prop_name; in _class_string() local
926 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, const… in _property_string()
1354 zval *prop_name; in reflection_parameter_factory() local
2438 zval *prop_name; in ZEND_METHOD() local
/php-src/ext/soap/
H A Dphp_encoding.c1993 const char *prop_name; in to_xml_object() local

Completed in 318 milliseconds