Home
last modified time | relevance | path

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

/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c175 cloneDocu = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in PHP_METHOD()
280 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in php_xsl_apply_stylesheet()
/PHP-8.2/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
2025 zend_std_read_property, /* read_property */
H A Dzend_vm_execute.h6582 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
9102 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
11489 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
15871 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
17316 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
18676 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER()
33103 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_INLINE_HANDLER()
35162 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_TMPVAR_HANDLER()
37668 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CV_HANDLER()
41938 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-8.2/ext/mysqli/
H A Dmysqli.c256 return zend_std_read_property(object, name, type, cache_slot, rv); in mysqli_read_property()
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.c158 retval = zend_std_read_property(object, name, type, cache_slot, rv); in xmlreader_read_property()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c2268 return zend_std_read_property(&stmt->std, name, type, cache_slot, rv); in row_prop_read()
2311 return zend_std_read_property(&stmt->std, Z_STR_P(member), type, NULL, rv); in row_dim_read()
/PHP-8.2/ext/snmp/
H A Dsnmp.c1698 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_snmp_read_property()
/PHP-8.2/ext/spl/
H A Dspl_array.c819 return zend_std_read_property(object, name, type, cache_slot, rv); in spl_array_read_property()
/PHP-8.2/ext/dom/
H A Dphp_dom.c320 retval = zend_std_read_property(object, name, type, cache_slot, rv); in dom_read_property()
/PHP-8.2/ext/date/
H A Dphp_date.c4491 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
4514 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
5932 return zend_std_read_property(object, name, type, cache_slot, rv); in date_period_read_property()
/PHP-8.2/ext/zip/
H A Dphp_zip.c945 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_zip_read_property()
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c3807 && ce->default_object_handlers->read_property == zend_std_read_property in _zend_update_type_info()

Completed in 278 milliseconds