1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
This commit is contained in:
Zeev Suraski
2003-07-07 09:01:22 +00:00
parent 938c0fbc19
commit 765f349ecd

View File

@@ -338,7 +338,7 @@ static void zend_std_write_property(zval *object, zval *member, zval *value TSRM
static void zend_std_write_dimension(zval *object, zval *offset, zval *value TSRMLS_DC)
{
zend_error("Cannot use object as array");
zend_error(E_ERROR, "Cannot use object as array");
#if 0
zend_printf("Assigning to object: ");
zend_print_zval(object, 0);