Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.h122 zend_object_read_property_t read_property; member
H A Dzend_vm_execute.h14164 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_CONST()
16683 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_TMP()
18782 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_VAR()
20988 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_UNUSED()
22422 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_VAR_CV()
24382 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_CONST()
25804 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_TMP()
27130 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_VAR()
28457 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_UNUSED()
28885 if (Z_OBJ_HT_P(object)->read_property) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_CV()
[all …]
H A Dzend_execute.c1388 if (Z_OBJ_HT_P(container)->read_property && in zend_fetch_property_address()
1389 … (ptr = Z_OBJ_HT_P(container)->read_property(container, prop_ptr, type, key TSRMLS_CC)) != NULL) { in zend_fetch_property_address()
1399 } else if (Z_OBJ_HT_P(container)->read_property) { in zend_fetch_property_address()
1400 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.c430 closure_handlers.read_property = zend_closure_read_property; in zend_register_closure_ce()
H A Dzend_vm_def.h385 if (Z_OBJ_HT_P(object)->read_property) {
386 …z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline…
644 if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
648 …z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline…
749 if (Z_OBJ_HT_P(object)->read_property && Z_OBJ_HT_P(object)->write_property) {
753 …z = Z_OBJ_HT_P(object)->read_property(object, property, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? opline…
1351 UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
1364 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_R, ((OP2_TYPE == IS_CONST)…
1474 UNEXPECTED(Z_OBJ_HT_P(container)->read_property == NULL)) {
1486 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST…
H A Dzend_API.c3912 if (!Z_OBJ_HT_P(object)->read_property) { in zend_read_property()
3922 …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.5/ext/standard/
H A Dincomplete_class.c125 php_incomplete_object_handlers.read_property = incomplete_class_get_property; in php_create_incomplete_class()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c448 cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in PHP_FUNCTION()
548 doXInclude = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in php_xsl_apply_stylesheet()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c182 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in xmlreader_read_property()
1318 xmlreader_object_handlers.read_property = xmlreader_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c353 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in mysqli_read_property()
624 mysqli_object_handlers.read_property = mysqli_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/date/
H A Dphp_date.c2087 date_object_handlers_interval.read_property = date_interval_read_property; in date_register_classes()
2104 date_object_handlers_period.read_property = date_period_read_property; in date_register_classes()
4025 retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC); in date_interval_read_property()
4047 retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC); in date_interval_read_property()
5012 zv = std_object_handlers.read_property(object, member, type, key TSRMLS_CC); in date_period_read_property()
/PHP-5.5/ext/dom/
H A Dphp_dom.c375 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in dom_read_property()
664 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_array.c852 return std_object_handlers.read_property(object, member, type, key TSRMLS_CC); in spl_array_read_property()
1975 spl_handler_ArrayObject.read_property = spl_array_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/zip/
H A Dphp_zip.c952 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in php_zip_read_property()
2790 zip_object_handlers.read_property = php_zip_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2008 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC); in php_snmp_read_property()
2408 php_snmp_object_handlers.read_property = php_snmp_read_property; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2602 return std_object_handlers.read_property(object, member, type, key TSRMLS_CC); in row_prop_read()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1254 data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, 0 TSRMLS_CC); in get_zval_property()

Completed in 229 milliseconds