Home
last modified time | relevance | path

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

/PHP-8.4/Zend/tests/
H A Dgh16615_001.phpt2 GH-16615 001 (Assertion failure in zend_std_read_property)
H A Dgh16615_002.phpt2 GH-16615 002 (Assertion failure in zend_std_read_property)
/PHP-8.4/ext/xsl/
H A Dphp_xsl.c205 return zend_std_read_property(object, member, type, cache_slot, rv); in xsl_objects_read_property()
H A Dxsltprocessor.c252 cloneDocu = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in PHP_METHOD()
352 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in php_xsl_apply_stylesheet()
/PHP-8.4/Zend/
H A Dzend_object_handlers.h261 ZEND_API zval *zend_std_read_property(zend_object *object, zend_string *member, int type, void **ca…
H A Dzend_object_handlers.c704 ZEND_API zval *zend_std_read_property(zend_object *zobj, zend_string *name, int type, void **cache_… in zend_std_read_property() function
832 && ce->default_object_handlers->read_property == zend_std_read_property in zend_std_read_property()
935 return zend_std_read_property(zobj, name, type, cache_slot, rv); in zend_std_read_property()
2446 zend_std_read_property, /* read_property */
H A Dzend_vm_execute.h6806 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
9380 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
11872 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
16304 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
17797 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
19204 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER()
33873 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_INLINE_HANDLER()
36046 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_TMPVAR_HANDLER()
38692 if (zobj->handlers->read_property != zend_std_read_property) { in ZEND_FETCH_OBJ_R_SPEC_UNUSED_CV_HANDLER()
43087 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.h2165 if (zobj->handlers->read_property != zend_std_read_property) {
/PHP-8.4/ext/mysqli/
H A Dmysqli.c255 return zend_std_read_property(object, name, type, cache_slot, rv); in mysqli_read_property()
/PHP-8.4/ext/xmlreader/
H A Dphp_xmlreader.c174 retval = zend_std_read_property(object, name, type, cache_slot, rv); in xmlreader_read_property()
/PHP-8.4/ext/bcmath/
H A Dbcmath.c968 return zend_std_read_property(obj, name, type, cache_slot, rv); in bcmath_number_read_property()
/PHP-8.4/ext/snmp/
H A Dsnmp.c1704 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_snmp_read_property()
/PHP-8.4/ext/spl/
H A Dspl_array.c816 return zend_std_read_property(object, name, type, cache_slot, rv); in spl_array_read_property()
/PHP-8.4/ext/date/
H A Dphp_date.c4526 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
4549 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
5996 return zend_std_read_property(object, name, type, cache_slot, rv); in date_period_read_property()
/PHP-8.4/ext/pdo/
H A Dpdo_stmt.c2300 return zend_std_read_property(&stmt->std, name, type, cache_slot, rv); in row_prop_read()
/PHP-8.4/ext/zip/
H A Dphp_zip.c944 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_zip_read_property()
/PHP-8.4/ext/dom/
H A Dphp_dom.c403 retval = zend_std_read_property(object, name, type, cache_slot, rv); in dom_read_property()
/PHP-8.4/
H A DNEWS49 . Fixed bug GH-16615 (Assertion failure in zend_std_read_property). (Arnaud)
/PHP-8.4/Zend/Optimizer/
H A Dzend_inference.c3797 && ce->default_object_handlers->read_property == zend_std_read_property in _zend_update_type_info()

Completed in 301 milliseconds