mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
fixlet
This commit is contained in:
parent
938c0fbc19
commit
765f349ecd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue