Skip to content

Commit

Permalink
fix: object test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Apr 29, 2019
1 parent c031867 commit 015dcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/ObjectLiteralExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"b" => $b,
"a-b" => $b
);
array_key_exists("b", $a);
$c = array_key_exists("b", $a);

0 comments on commit 015dcd3

Please sign in to comment.