Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_object_handlers.c574 ZEND_API zval *zend_std_read_property(zend_object *zobj, zend_string *name, int type, void **cache_… in zend_std_read_property() function
1941 zend_std_read_property, /* read_property */
H A Dzend_object_handlers.h214 ZEND_API zval *zend_std_read_property(zend_object *object, zend_string *member, int type, void **ca…
H A Dzend_vm_def.h2131 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) {
H A Dzend_vm_execute.h6350 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
8673 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
11038 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
15426 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
16855 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
18179 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER()
32139 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_INLINE_HANDLER()
33997 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_TMPVAR_HANDLER()
36468 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CV_HANDLER()
40665 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CV_CONST_INLINE_HANDLER()
[all …]
/PHP-8.1/ext/date/
H A Dphp_date.c3885 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
3908 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
5060 return zend_std_read_property(object, name, type, cache_slot, rv); in date_period_read_property()
/PHP-8.1/ext/dom/
H A Dphp_dom.c321 retval = zend_std_read_property(object, name, type, cache_slot, rv); in dom_read_property()
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_class.c208 retval = zend_std_read_property( object, name, type, cache_slot, rv ); in Transliterator_read_property()
/PHP-8.1/ext/mysqli/
H A Dmysqli.c305 return zend_std_read_property(object, name, type, cache_slot, rv); in mysqli_read_property()
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c2271 return zend_std_read_property(&stmt->std, name, type, cache_slot, rv); in row_prop_read()
2314 return zend_std_read_property(&stmt->std, Z_STR_P(member), type, NULL, rv); in row_dim_read()
/PHP-8.1/ext/snmp/
H A Dsnmp.c1706 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_snmp_read_property()
/PHP-8.1/ext/spl/
H A Dspl_array.c859 return zend_std_read_property(object, name, type, cache_slot, rv); in spl_array_read_property()
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.c157 retval = zend_std_read_property(object, name, type, cache_slot, rv); in xmlreader_read_property()
/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c362 cloneDocu = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_IS, NULL, &rv); in PHP_METHOD()
463 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_IS, NULL, &rv); in php_xsl_apply_stylesheet()
/PHP-8.1/ext/zip/
H A Dphp_zip.c933 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_zip_read_property()

Completed in 255 milliseconds