Home
last modified time | relevance | path

Searched refs:zend_std_read_property (Results 1 – 15 of 15) sorted by relevance

/php-src/Zend/
H A Dzend_object_handlers.h216 ZEND_API zval *zend_std_read_property(zend_object *object, zend_string *member, int type, void **ca…
H A Dzend_object_handlers.c607 ZEND_API zval *zend_std_read_property(zend_object *zobj, zend_string *name, int type, void **cache_… in zend_std_read_property() function
2014 zend_std_read_property, /* read_property */
H A Dzend_vm_execute.h6600 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
9120 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
11507 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
15889 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
17334 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
18694 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER()
33121 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_INLINE_HANDLER()
35180 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_TMPVAR_HANDLER()
37686 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CV_HANDLER()
41956 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CV_CONST_INLINE_HANDLER()
[all …]
H A Dzend_vm_def.h2135 if (zobj->handlers->read_property != zend_std_read_property) {
/php-src/ext/xsl/
H A Dphp_xsl.c206 return zend_std_read_property(object, member, type, cache_slot, rv); in xsl_objects_read_property()
H A Dxsltprocessor.c257 cloneDocu = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in PHP_METHOD()
358 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in php_xsl_apply_stylesheet()
/php-src/ext/mysqli/
H A Dmysqli.c256 return zend_std_read_property(object, name, type, cache_slot, rv); in mysqli_read_property()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c140 retval = zend_std_read_property(object, name, type, cache_slot, rv); in xmlreader_read_property()
/php-src/ext/snmp/
H A Dsnmp.c1698 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_snmp_read_property()
/php-src/ext/spl/
H A Dspl_array.c819 return zend_std_read_property(object, name, type, cache_slot, rv); in spl_array_read_property()
/php-src/ext/date/
H A Dphp_date.c4501 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
4524 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
5942 return zend_std_read_property(object, name, type, cache_slot, rv); in date_period_read_property()
/php-src/ext/pdo/
H A Dpdo_stmt.c2283 return zend_std_read_property(&stmt->std, name, type, cache_slot, rv); in row_prop_read()
/php-src/ext/zip/
H A Dphp_zip.c945 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_zip_read_property()
/php-src/ext/dom/
H A Dphp_dom.c369 retval = zend_std_read_property(object, name, type, cache_slot, rv); in dom_read_property()
/php-src/Zend/Optimizer/
H A Dzend_inference.c3807 && ce->default_object_handlers->read_property == zend_std_read_property in _zend_update_type_info()

Completed in 228 milliseconds