We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a5e35 commit a75a1e5Copy full SHA for a75a1e5
receiver/receiver.c
@@ -59,7 +59,7 @@ static int receiver_exists(zval *object, zval *member, int check, const zend_lit
59
result = (val->kind != KIND_NULL) ? 1 : 0;
60
} else {
61
// Check value is invalid.
62
- return 0;
+ result = 0;
63
}
64
65
value_destroy(val);
0 commit comments