mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
remove comment
This commit is contained in:
parent
612d5b99bc
commit
44c2c39188
@ -221,7 +221,7 @@ static void zend_std_write_property(zval *object, zval *member, zval *value TSRM
|
||||
if(zobj->ce->__set && !zobj->in_set) {
|
||||
zobj->in_set = 1; /* prevent circular setting */
|
||||
if(zend_std_call_setter(object, member, value TSRMLS_CC) != SUCCESS) {
|
||||
// zend_error(E_NOTICE,"Cannot set undefined property: %s", Z_STRVAL_P(member));
|
||||
/* for now, just ignore it - __set should take care of warnings, etc. */
|
||||
}
|
||||
setter_done = 1;
|
||||
zobj->in_set = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user