Home
last modified time | relevance | path

Searched defs:property_name (Results 1 – 10 of 10) sorted by relevance

/php-src/Zend/
H A Dzend_ini.h178 #define STD_ZEND_INI_ENTRY(name, default_value, modifiable, on_modify, property_name, struct_type, … argument
180 #define STD_ZEND_INI_ENTRY_EX(name, default_value, modifiable, on_modify, property_name, struct_typ… argument
182 #define STD_ZEND_INI_BOOLEAN(name, default_value, modifiable, on_modify, property_name, struct_type… argument
H A Dzend_object_handlers.c1935 … *zend_std_get_static_property_with_info(zend_class_entry *ce, zend_string *property_name, int typ… in zend_std_get_static_property_with_info()
1998 ZEND_API zval *zend_std_get_static_property(zend_class_entry *ce, zend_string *property_name, int t… in zend_std_get_static_property()
2004 …COLD bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *property_name) /* {{{ … in zend_std_unset_static_property()
H A Dzend_property_hooks.c71 zend_string *property_name = prop_info->name; in zho_build_properties_ex() local
H A Dzend_compile.c5097 zend_string *property_name = zend_ast_get_str(class_ast->child[1]); in zend_compile_parent_property_hook_call() local
7468 zend_string *property_name; member
7505 static bool zend_property_hook_uses_property(zend_string *property_name, zend_string *hook_name, ze… 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()
H A Dzend_vm_def.h9804 zend_string *property_name = Z_STR_P(RT_CONSTANT(opline, opline->op1)); variable
H A Dzend_execute.c644 zend_string *property_name = zval_get_tmp_string(property, &tmp_property_name); in zend_throw_non_object_error() local
H A Dzend_API.c105 zend_string *property_name = zval_get_tmp_string(property, &tmp_property_name); in zend_wrong_property_read() local
H A Dzend_vm_execute.h11519 zend_string *property_name = Z_STR_P(RT_CONSTANT(opline, opline->op1)); in ZEND_INIT_PARENT_PROPERTY_HOOK_CALL_SPEC_CONST_UNUSED_HANDLER() local
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2575 static void ZEND_FASTCALL zend_jit_invalid_property_read(zval *container, const char *property_name) in zend_jit_invalid_property_read()
2580 …atic void ZEND_FASTCALL zend_jit_invalid_property_write(zval *container, const char *property_name) in zend_jit_invalid_property_write()
2587 …tic void ZEND_FASTCALL zend_jit_invalid_property_incdec(zval *container, const char *property_name) in zend_jit_invalid_property_incdec()
2608 …tic void ZEND_FASTCALL zend_jit_invalid_property_assign(zval *container, const char *property_name) in zend_jit_invalid_property_assign()
2615 … void ZEND_FASTCALL zend_jit_invalid_property_assign_op(zval *container, const char *property_name) in zend_jit_invalid_property_assign_op()
/php-src/ext/zend_test/
H A Dtest.c1029 zend_string *property_name = zend_string_init("arg", strlen("arg"), 0); in ZEND_METHOD() local

Completed in 237 milliseconds