Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dincomplete_class.c120 php_incomplete_object_handlers.read_property = incomplete_class_get_property; in php_register_incomplete_class()
H A Darray.c4144 prop = Z_OBJ_HANDLER_P(data, read_property)(Z_OBJ_P(data), tmp_str, BP_VAR_R, NULL, rv);
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c273 Transliterator_handlers.read_property = Transliterator_read_property; in transliterator_register_Transliterator_class()
/PHP-8.0/Zend/
H A Dzend_object_handlers.h154 zend_object_read_property_t read_property; /* required */ member
H A Dzend_closures.c664 closure_handlers.read_property = zend_closure_read_property; in zend_register_closure_ce()
H A Dzend_execute.c1865 z =object->handlers->read_property(object, name, BP_VAR_R, cache_slot, &rv); in zend_post_incdec_overloaded_property()
1892 z = object->handlers->read_property(object, name, BP_VAR_R, cache_slot, &rv); in zend_pre_incdec_overloaded_property()
1922 z = object->handlers->read_property(object, name, BP_VAR_R, cache_slot, &rv); in zend_assign_op_overloaded_property()
2901 ptr = zobj->handlers->read_property(zobj, name, type, cache_slot, result); in zend_fetch_property_address()
H A Dzend_vm_execute.h6154 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var… in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
6265 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_IS, cache_slot, EX_VAR(opline->result.va… in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
8447 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var… in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
8558 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_IS, cache_slot, EX_VAR(opline->result.va… in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
10835 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var… in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
10946 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_IS, cache_slot, EX_VAR(opline->result.va… in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER()
15209 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var… in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
16632 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var… in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
17947 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var… in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER()
31744 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var… in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_INLINE_HANDLER()
[all …]
H A Dzend_API.c4358 value = object->handlers->read_property(object, name, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex()
H A Dzend_vm_def.h2119 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var…
2268 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_IS, cache_slot, EX_VAR(opline->result.va…
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1807 retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, result); in zend_jit_fetch_obj_r_slow()
1865 retval = zobj->handlers->read_property(zobj, name, BP_VAR_IS, cache_slot, result); in zend_jit_fetch_obj_is_slow()
2017 retval = zobj->handlers->read_property(zobj, name, BP_VAR_W, cache_slot, result); in zend_jit_fetch_obj_w_slow()
2462 z = object->handlers->read_property(object, name, BP_VAR_R, cache_slot, &rv); in _zend_jit_assign_op_overloaded_property()
2713 z = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, &rv); in zend_jit_pre_inc_obj_helper()
2781 z = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, &rv); in zend_jit_pre_dec_obj_helper()
2844 z = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, &rv); in zend_jit_post_inc_obj_helper()
2903 z = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, &rv); in zend_jit_post_dec_obj_helper()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c1179 xmlreader_object_handlers.read_property = xmlreader_read_property; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c546 mysqli_object_handlers.read_property = mysqli_read_property; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/ffi/
H A Dffi.c4965 zend_ffi_handlers.read_property = zend_ffi_read_var;
4996 zend_ffi_cdata_handlers.read_property = zend_ffi_cdata_read_field;
5020 zend_ffi_cdata_value_handlers.read_property = zend_ffi_cdata_get;
5043 zend_ffi_cdata_free_handlers.read_property = zend_ffi_free_read_property;
5073 zend_ffi_ctype_handlers.read_property = zend_fake_read_property;
/PHP-8.0/ext/dom/
H A Dphp_dom.c567 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/snmp/
H A Dsnmp.c1993 php_snmp_object_handlers.read_property = php_snmp_read_property; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_array.c1908 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/date/
H A Dphp_date.c1731 date_object_handlers_interval.read_property = date_interval_read_property; in date_register_classes()
1750 date_object_handlers_period.read_property = date_period_read_property; in date_register_classes()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2613 pdo_row_object_handlers.read_property = row_prop_read; in pdo_stmt_init()
/PHP-8.0/ext/zip/
H A Dphp_zip.c3041 zip_object_handlers.read_property = php_zip_read_property;
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c2710 sxe_object_handlers.read_property = sxe_property_read; in PHP_MINIT_FUNCTION()

Completed in 541 milliseconds