Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c222 retval = zend_std_read_property( object, name, type, cache_slot, rv ); in Transliterator_read_property()
/PHP-8.0/Zend/
H A Dzend_object_handlers.h202 ZEND_API zval *zend_std_read_property(zend_object *object, zend_string *member, int type, void **ca…
H A Dzend_object_handlers.c548 ZEND_API zval *zend_std_read_property(zend_object *zobj, zend_string *name, int type, void **cache_… in zend_std_read_property() function
1826 zend_std_read_property, /* read_property */
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c357 cloneDocu = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_IS, NULL, &rv); in PHP_METHOD()
458 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_IS, NULL, &rv); in php_xsl_apply_stylesheet()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c159 retval = zend_std_read_property(object, name, type, cache_slot, rv); in xmlreader_read_property()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2359 return zend_std_read_property(&stmt->std, name, type, cache_slot, rv); in row_prop_read()
2401 return zend_std_read_property(&stmt->std, Z_STR_P(member), type, NULL, rv); in row_dim_read()
/PHP-8.0/ext/mysqli/
H A Dmysqli.c319 retval = zend_std_read_property(object, name, type, cache_slot, rv); in mysqli_read_property()
/PHP-8.0/ext/date/
H A Dphp_date.c3797 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
3820 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
4960 return zend_std_read_property(object, name, type, cache_slot, rv); in date_period_read_property()
/PHP-8.0/ext/dom/
H A Dphp_dom.c333 retval = zend_std_read_property(object, name, type, cache_slot, rv); in dom_read_property()
/PHP-8.0/ext/snmp/
H A Dsnmp.c1693 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_snmp_read_property()
/PHP-8.0/ext/spl/
H A Dspl_array.c856 return zend_std_read_property(object, name, type, cache_slot, rv); in spl_array_read_property()
/PHP-8.0/ext/zip/
H A Dphp_zip.c924 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_zip_read_property()

Completed in 93 milliseconds