mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
looks like this message should go
This commit is contained in:
parent
2461c9403b
commit
c33a695f85
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ static zval **zend_std_get_property_ptr(zval *object, zval *member TSRMLS_DC)
|
|||
/* we don't have getter - will just add it */
|
||||
new_zval = &EG(uninitialized_zval);
|
||||
|
||||
zend_error(E_NOTICE, "Undefined property: %s", Z_STRVAL_P(member));
|
||||
/* zend_error(E_NOTICE, "Undefined property: %s", Z_STRVAL_P(member)); */
|
||||
new_zval->refcount++;
|
||||
zend_hash_update(zobj->properties, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, &new_zval, sizeof(zval *), (void **) &retval);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue