Home
last modified time | relevance | path

Searched refs:write_property (Results 1 – 21 of 21) sorted by relevance

/PHP-7.4/Zend/tests/
H A Dex_func_null_during_property_write.phpt2 EX(func) can be null during write_property in an edge case
/PHP-7.4/ext/standard/
H A Dincomplete_class.c125 php_incomplete_object_handlers.write_property = incomplete_class_write_property; in php_create_incomplete_class()
/PHP-7.4/Zend/
H A Dzend_weakrefs.c206 zend_weakref_handlers.write_property = zend_weakref_no_write; in zend_register_weakref_ce()
H A Dzend_object_handlers.h162 zend_object_write_property_t write_property; /* required */ member
H A Dzend_closures.c665 closure_handlers.write_property = zend_closure_write_property; in zend_register_closure_ce()
H A Dzend_API.c1181 obj_ht->write_property(obj, &member, value, NULL); in zend_merge_properties()
1807 Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, value, NULL); in add_property_zval_ex()
4121 Z_OBJ_HT_P(object)->write_property(object, &property, value, NULL); in zend_update_property_ex()
4135 Z_OBJ_HT_P(object)->write_property(object, &property, value, NULL); in zend_update_property()
H A Dzend_execute.c1847 Z_OBJ_HT(obj)->write_property(&obj, property, &z_copy, cache_slot); in zend_post_incdec_overloaded_property()
1888 Z_OBJ_HT(obj)->write_property(&obj, property, &z_copy, cache_slot); in zend_pre_incdec_overloaded_property()
1919 Z_OBJ_HT(obj)->write_property(&obj, property, &res, cache_slot); in zend_assign_op_overloaded_property()
H A Dzend_vm_execute.h28658 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CONST_HANDLER()
28782 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_TMP_HANDLER()
28906 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_VAR_HANDLER()
29030 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CV_HANDLER()
35365 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_CONST_HANDLER()
35489 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_TMP_HANDLER()
35613 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_VAR_HANDLER()
35737 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_CV_HANDLER()
48210 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_CONST_HANDLER()
48334 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (IS_CV == IS_CONST) ? CACHE_AD… in ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_TMP_HANDLER()
[all …]
H A Dzend_vm_def.h2553 …value = Z_OBJ_HT_P(object)->write_property(object, property, value, (OP2_TYPE == IS_CONST) ? CACHE…
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c347 Transliterator_handlers.write_property = Transliterator_write_property; in transliterator_register_Transliterator_class()
/PHP-7.4/
H A DUPGRADING.INTERNALS16 m. write_property return value
122 * write_property
171 m. The write_property() object handler now returns the assigned value (after
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1314 xmlreader_object_handlers.write_property = xmlreader_write_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2658 pdo_dbstmt_object_handlers.write_property = dbstmt_prop_write; in pdo_stmt_init()
2676 pdo_row_object_handlers.write_property = row_prop_write; in pdo_stmt_init()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c586 mysqli_object_handlers.write_property = mysqli_write_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c5034 zend_ffi_handlers.write_property = zend_ffi_write_var;
5065 zend_ffi_cdata_handlers.write_property = zend_ffi_cdata_write_field;
5089 zend_ffi_cdata_value_handlers.write_property = zend_ffi_cdata_set;
5112 zend_ffi_cdata_free_handlers.write_property = zend_ffi_free_write_property;
5143 zend_ffi_ctype_handlers.write_property = zend_fake_write_property;
/PHP-7.4/ext/dom/
H A Dphp_dom.c601 dom_object_handlers.write_property = dom_write_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_array.c2068 spl_handler_ArrayObject.write_property = spl_array_write_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/snmp/
H A Dsnmp.c2288 php_snmp_object_handlers.write_property = php_snmp_write_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c2196 date_object_handlers_interval.write_property = date_interval_write_property; in date_register_classes()
2215 date_object_handlers_period.write_property = date_period_write_property; in date_register_classes()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2715 sxe_object_handlers.write_property = sxe_property_write; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c6843 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()

Completed in 261 milliseconds