Searched refs:zend_std_read_property (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/intl/transliterator/ |
H A D | transliterator_class.c | 222 retval = zend_std_read_property( object, name, type, cache_slot, rv ); in Transliterator_read_property()
|
/PHP-8.0/Zend/ |
H A D | zend_object_handlers.h | 202 ZEND_API zval *zend_std_read_property(zend_object *object, zend_string *member, int type, void **ca…
|
H A D | zend_object_handlers.c | 548 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 D | xsltprocessor.c | 357 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 D | php_xmlreader.c | 159 retval = zend_std_read_property(object, name, type, cache_slot, rv); in xmlreader_read_property()
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.c | 2359 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 D | mysqli.c | 319 retval = zend_std_read_property(object, name, type, cache_slot, rv); in mysqli_read_property()
|
/PHP-8.0/ext/date/ |
H A D | php_date.c | 3797 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 D | php_dom.c | 333 retval = zend_std_read_property(object, name, type, cache_slot, rv); in dom_read_property()
|
/PHP-8.0/ext/snmp/ |
H A D | snmp.c | 1693 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_snmp_read_property()
|
/PHP-8.0/ext/spl/ |
H A D | spl_array.c | 856 return zend_std_read_property(object, name, type, cache_slot, rv); in spl_array_read_property()
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 924 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_zip_read_property()
|
Completed in 116 milliseconds