mirror of
https://github.com/php/php-src.git
synced 2026-04-18 13:31:27 +02:00
Fixed support for references
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user