Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dincomplete_class.c122 php_incomplete_object_handlers.read_property = incomplete_class_get_property; in php_create_incomplete_class()
H A Darray.c4189 prop = Z_OBJ_HANDLER_P(data, read_property)(data, name, BP_VAR_R, NULL, rv);
/PHP-7.4/Zend/
H A Dzend_weakrefs.c205 zend_weakref_handlers.read_property = zend_weakref_no_read; in zend_register_weakref_ce()
H A Dzend_object_handlers.h161 zend_object_read_property_t read_property; /* required */ member
H A Dzend_closures.c666 closure_handlers.read_property = zend_closure_read_property; in zend_register_closure_ce()
H A Dzend_execute.c1824 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_post_incdec_overloaded_property()
1861 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_pre_incdec_overloaded_property()
1901 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_assign_op_overloaded_property()
2887 ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, cache_slot, result); in zend_fetch_property_address()
H A Dzend_vm_execute.h5444 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
5550 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, cache_slot, EX_VAR(opline->re… in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
7712 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
7818 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, cache_slot, EX_VAR(opline->re… in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
10173 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
10279 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, cache_slot, EX_VAR(opline->re… in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER()
14523 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
14629 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, cache_slot, EX_VAR(opline->re… in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER()
15950 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
17244 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res… in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER()
[all …]
H A Dzend_API.c4331 value = Z_OBJ_HT_P(object)->read_property(object, &property, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex()
H A Dzend_vm_def.h2197 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, cache_slot, EX_VAR(opline->res…
2351 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, cache_slot, EX_VAR(opline->re…
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c346 Transliterator_handlers.read_property = Transliterator_read_property; in transliterator_register_Transliterator_class()
/PHP-7.4/
H A DUPGRADING.INTERNALS121 * read_property
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1313 xmlreader_object_handlers.read_property = xmlreader_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c585 mysqli_object_handlers.read_property = mysqli_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c5033 zend_ffi_handlers.read_property = zend_ffi_read_var;
5064 zend_ffi_cdata_handlers.read_property = zend_ffi_cdata_read_field;
5088 zend_ffi_cdata_value_handlers.read_property = zend_ffi_cdata_get;
5111 zend_ffi_cdata_free_handlers.read_property = zend_ffi_free_read_property;
5142 zend_ffi_ctype_handlers.read_property = zend_fake_read_property;
/PHP-7.4/ext/dom/
H A Dphp_dom.c600 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_array.c2067 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/snmp/
H A Dsnmp.c2287 php_snmp_object_handlers.read_property = php_snmp_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2675 pdo_row_object_handlers.read_property = row_prop_read; in pdo_stmt_init()
/PHP-7.4/ext/zip/
H A Dphp_zip.c3049 zip_object_handlers.read_property = php_zip_read_property;
/PHP-7.4/ext/date/
H A Dphp_date.c2195 date_object_handlers_interval.read_property = date_interval_read_property; in date_register_classes()
2214 date_object_handlers_period.read_property = date_period_read_property; in date_register_classes()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2714 sxe_object_handlers.read_property = sxe_property_read; in PHP_MINIT_FUNCTION()

Completed in 266 milliseconds