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.c1922 … *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()
1985 ZEND_API zval *zend_std_get_static_property(zend_class_entry *ce, zend_string *property_name, int t… in zend_std_get_static_property()
1991 …COLD bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *property_name) /* {{{ … in zend_std_unset_static_property()
H A Dzend_compile.c5101 zend_string *property_name = zend_ast_get_str(class_ast->child[1]); in zend_compile_parent_property_hook_call() local
7472 zend_string *property_name; member
7509 static bool zend_property_hook_uses_property(zend_string *property_name, zend_string *hook_name, ze… in zend_property_hook_uses_property()
7521 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.h9769 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.h11471 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.c2483 static void ZEND_FASTCALL zend_jit_invalid_property_read(zval *container, const char *property_name) in zend_jit_invalid_property_read()
2488 …atic void ZEND_FASTCALL zend_jit_invalid_property_write(zval *container, const char *property_name) in zend_jit_invalid_property_write()
2495 …tic void ZEND_FASTCALL zend_jit_invalid_property_incdec(zval *container, const char *property_name) in zend_jit_invalid_property_incdec()
2516 …tic void ZEND_FASTCALL zend_jit_invalid_property_assign(zval *container, const char *property_name) in zend_jit_invalid_property_assign()
2523 … 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.c1024 zend_string *property_name = zend_string_init("arg", strlen("arg"), 0); in ZEND_METHOD() local
/php-src/ext/date/
H A Dphp_date.c1510 zend_string *property_name = zend_string_init(name, name_len, 0); in write_date_period_property() local
1666 zend_string *property_name = ZSTR_INIT_LITERAL("current", 0); in date_period_it_move_forward() local

Completed in 246 milliseconds