Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c250 retval = std_object_handlers.read_property( object, member, type, cache_slot, rv ); in Transliterator_read_property()
346 Transliterator_handlers.read_property = Transliterator_read_property; in transliterator_register_Transliterator_class()
/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO44 read_property is used to read object's property. This value is not
58 read_property and write_property instead.
128 zend_object_read_property_t read_property;
159 read_property - returns zval *, containing the value of the
H A Dzend_object_handlers.h132 zend_object_read_property_t read_property; member
H A Dzend_execute.c1369 if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) { in zend_post_incdec_overloaded_property()
1376 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_post_incdec_overloaded_property()
1416 if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) { in zend_pre_incdec_overloaded_property()
1421 zptr = z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_pre_incdec_overloaded_property()
1465 if (EXPECTED(Z_OBJ_HT(obj)->read_property)) { in zend_assign_op_overloaded_property()
1466 z = Z_OBJ_HT(obj)->read_property(&obj, property, BP_VAR_R, cache_slot, &rv); in zend_assign_op_overloaded_property()
1987 if (EXPECTED(Z_OBJ_HT_P(container)->read_property)) { in zend_fetch_property_address()
1989 ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, cache_slot, result); in zend_fetch_property_address()
2002 } else if (EXPECTED(Z_OBJ_HT_P(container)->read_property)) { in zend_fetch_property_address()
H A Dzend_closures.c620 closure_handlers.read_property = zend_closure_read_property; in zend_register_closure_ce()
H A Dzend_vm_execute.h5129 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
5201 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
9066 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
9138 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
11042 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
11115 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
13538 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
14763 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
15287 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
18634 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
[all …]
H A Dzend_API.c4071 if (!Z_OBJ_HT_P(object)->read_property) { in zend_read_property_ex()
4076 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.h2013 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
2018 …retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? CACH…
2137 if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
2142 …retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST) ? CAC…
/PHP-7.1/ext/standard/
H A Dincomplete_class.c123 php_incomplete_object_handlers.read_property = incomplete_class_get_property; in php_create_incomplete_class()
H A Darray.c3447 if (!Z_OBJ_HANDLER_P(data, has_property) || !Z_OBJ_HANDLER_P(data, read_property)) {
3456 prop = Z_OBJ_HANDLER_P(data, read_property)(data, name, BP_VAR_R, NULL, rv);
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c439 cloneDocu = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv); in PHP_FUNCTION()
538 doXInclude = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv); in php_xsl_apply_stylesheet()
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c180 retval = std_hnd->read_property(object, member, type, cache_slot, rv); in xmlreader_read_property()
1313 xmlreader_object_handlers.read_property = xmlreader_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c326 retval = std_hnd->read_property(object, member, type, cache_slot, rv); in mysqli_read_property()
582 mysqli_object_handlers.read_property = mysqli_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/dom/
H A Dphp_dom.c351 retval = std_hnd->read_property(object, member, type, cache_slot, rv); in dom_read_property()
601 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/spl/
H A Dspl_array.c883 return std_object_handlers.read_property(object, member, type, cache_slot, rv); in spl_array_read_property()
1992 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/date/
H A Dphp_date.c2132 date_object_handlers_interval.read_property = date_interval_read_property; in date_register_classes()
2151 date_object_handlers_period.read_property = date_period_read_property; in date_register_classes()
4155 retval = (zend_get_std_object_handlers())->read_property(object, member, type, cache_slot, rv); in date_interval_read_property()
4181 retval = (zend_get_std_object_handlers())->read_property(object, member, type, cache_slot, rv); in date_interval_read_property()
5270 zv = std_object_handlers.read_property(object, member, type, cache_slot, rv); in date_period_read_property()
/PHP-7.1/ext/snmp/
H A Dsnmp.c1979 retval = std_hnd->read_property(object, member, type, cache_slot, rv); in php_snmp_read_property()
2358 php_snmp_object_handlers.read_property = php_snmp_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/zip/
H A Dphp_zip.c902 retval = std_hnd->read_property(object, member, type, cache_slot, rv); in php_zip_read_property()
3034 zip_object_handlers.read_property = php_zip_read_property; in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c2520 return std_object_handlers.read_property(&zobj, member, type, cache_slot, rv); in row_prop_read()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c1196 data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, NULL, rv); in get_zval_property()

Completed in 315 milliseconds