Skip to content

Commit

Permalink
Fixed support for references
Browse files Browse the repository at this point in the history
dstogov committed Aug 14, 2014
1 parent 05ca575 commit e7ffdb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_object_handlers.c
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit e7ffdb2

Please sign in to comment.