Searched refs:zend_std_read_property (Results 1 – 19 of 19) sorted by relevance
/PHP-8.4/Zend/tests/ |
H A D | gh16615_001.phpt | 2 GH-16615 001 (Assertion failure in zend_std_read_property)
|
H A D | gh16615_002.phpt | 2 GH-16615 002 (Assertion failure in zend_std_read_property)
|
/PHP-8.4/ext/xsl/ |
H A D | php_xsl.c | 205 return zend_std_read_property(object, member, type, cache_slot, rv); in xsl_objects_read_property()
|
H A D | xsltprocessor.c | 252 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 D | zend_object_handlers.h | 261 ZEND_API zval *zend_std_read_property(zend_object *object, zend_string *member, int type, void **ca…
|
H A D | zend_object_handlers.c | 704 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 D | zend_vm_execute.h | 6806 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 D | zend_vm_def.h | 2165 if (zobj->handlers->read_property != zend_std_read_property) {
|
/PHP-8.4/ext/mysqli/ |
H A D | mysqli.c | 255 return zend_std_read_property(object, name, type, cache_slot, rv); in mysqli_read_property()
|
/PHP-8.4/ext/xmlreader/ |
H A D | php_xmlreader.c | 174 retval = zend_std_read_property(object, name, type, cache_slot, rv); in xmlreader_read_property()
|
/PHP-8.4/ext/bcmath/ |
H A D | bcmath.c | 968 return zend_std_read_property(obj, name, type, cache_slot, rv); in bcmath_number_read_property()
|
/PHP-8.4/ext/snmp/ |
H A D | snmp.c | 1704 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_snmp_read_property()
|
/PHP-8.4/ext/spl/ |
H A D | spl_array.c | 816 return zend_std_read_property(object, name, type, cache_slot, rv); in spl_array_read_property()
|
/PHP-8.4/ext/date/ |
H A D | php_date.c | 4526 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 D | pdo_stmt.c | 2300 return zend_std_read_property(&stmt->std, name, type, cache_slot, rv); in row_prop_read()
|
/PHP-8.4/ext/zip/ |
H A D | php_zip.c | 944 retval = zend_std_read_property(object, name, type, cache_slot, rv); in php_zip_read_property()
|
/PHP-8.4/ext/dom/ |
H A D | php_dom.c | 403 retval = zend_std_read_property(object, name, type, cache_slot, rv); in dom_read_property()
|
/PHP-8.4/ |
H A D | NEWS | 49 . Fixed bug GH-16615 (Assertion failure in zend_std_read_property). (Arnaud)
|
/PHP-8.4/Zend/Optimizer/ |
H A D | zend_inference.c | 3797 && ce->default_object_handlers->read_property == zend_std_read_property in _zend_update_type_info()
|
Completed in 301 milliseconds