Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/transliterator/
H A Dtransliterator_class.c300 retval = std_object_handlers.read_property( object, member, type TSRMLS_CC ); in Transliterator_read_property()
302 retval = std_object_handlers.read_property( object, member, type, key TSRMLS_CC ); in Transliterator_read_property()
408 Transliterator_handlers.read_property = Transliterator_read_property; in transliterator_register_Transliterator_class()
/PHP-5.6/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_objects_API.c377 if (Z_OBJ_HT_P(probj->object) && Z_OBJ_HT_P(probj->object)->read_property) { in zend_object_proxy_get()
378 …return Z_OBJ_HT_P(probj->object)->read_property(probj->object, probj->property, BP_VAR_R, 0 TSRMLS… in zend_object_proxy_get()
H A Dzend_object_handlers.h125 zend_object_read_property_t read_property; member
H A Dzend_vm_execute.h14596 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_CONST()
17129 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_TMP()
19249 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_VAR()
21478 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_UNUSED()
22918 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_CV()
24903 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_CONST()
26333 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_TMP()
27672 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_VAR()
29012 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_UNUSED()
29450 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_CV()
[all …]
H A Dzend_execute.c1428 if (Z_OBJ_HT_P(container)->read_property && in zend_fetch_property_address()
1429 … (ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, key TSRMLS_CC)) != NULL) { in zend_fetch_property_address()
1439 } else if (Z_OBJ_HT_P(container)->read_property) { in zend_fetch_property_address()
1440 zval *ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, key TSRMLS_CC); in zend_fetch_property_address()
H A Dzend_closures.c445 closure_handlers.read_property = zend_closure_read_property; in zend_register_closure_ce()
H A Dzend_vm_def.h390 if (Z_OBJ_HT_P(object)->read_property) {
391 …z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline…
654 if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
658 …z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline…
762 if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
766 …z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline…
1359 UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
1372 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((OP2_TYPE == IS_CONST)…
1482 UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
1494 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST…
H A Dzend_API.c3991 if (!Z_OBJ_HT_P(object)->read_property) { in zend_read_property()
4001 …value = Z_OBJ_HT_P(object)->read_property(object, property, silent?BP_VAR_IS:BP_VAR_R, 0 TSRMLS_CC… in zend_read_property()
/PHP-5.6/ext/standard/
H A Dincomplete_class.c125 php_incomplete_object_handlers.read_property = incomplete_class_get_property; in php_create_incomplete_class()
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c452 cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in PHP_FUNCTION()
552 doXInclude = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in php_xsl_apply_stylesheet()
/PHP-5.6/ext/xmlreader/
H A Dphp_xmlreader.c182 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in xmlreader_read_property()
1312 xmlreader_object_handlers.read_property = xmlreader_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.6/ext/mysqli/
H A Dmysqli.c353 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in mysqli_read_property()
626 mysqli_object_handlers.read_property = mysqli_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.6/ext/dom/
H A Dphp_dom.c376 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in dom_read_property()
665 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.6/ext/spl/
H A Dspl_array.c867 return std_object_handlers.read_property(object, member, type, key TSRMLS_CC); in spl_array_read_property()
1991 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.6/ext/date/
H A Dphp_date.c2096 date_object_handlers_interval.read_property = date_interval_read_property; in date_register_classes()
2113 date_object_handlers_period.read_property = date_period_read_property; in date_register_classes()
4060 retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC); in date_interval_read_property()
4082 retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC); in date_interval_read_property()
5130 zv = std_object_handlers.read_property(object, member, type, key TSRMLS_CC); in date_period_read_property()
/PHP-5.6/ext/snmp/
H A Dsnmp.c2006 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in php_snmp_read_property()
2406 php_snmp_object_handlers.read_property = php_snmp_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.6/ext/zip/
H A Dphp_zip.c972 retval = std_hnd->read_property(object, member, type KEY_ARG_CC TSRMLS_CC); in php_zip_read_property()
3052 zip_object_handlers.read_property = php_zip_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c2586 return std_object_handlers.read_property(object, member, type, key TSRMLS_CC); in row_prop_read()
/PHP-5.6/ext/soap/
H A Dphp_encoding.c1252 data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, 0 TSRMLS_CC); in get_zval_property()

Completed in 267 milliseconds