mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Fixed support for references
This commit is contained in:
parent
05ca575bbb
commit
e7ffdb2654
@ -1469,6 +1469,7 @@ static int zend_std_has_property(zval *object, zval *member, int has_set_exists,
|
||||
found:
|
||||
switch (has_set_exists) {
|
||||
case 0:
|
||||
ZVAL_DEREF(value);
|
||||
result = (Z_TYPE_P(value) != IS_NULL);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user