Skip to content

Commit c434bbb

Browse files
committed
Fix typo in test
1 parent 470d169 commit c434bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/operator_unsupported_types.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ echo "\n\nUNARY OP:\n";
9898
foreach ($illegalValues as $illegalValue) {
9999
try {
100100
eval("return ~$illegalValue;");
101-
echo "No error for ~$copy\n";
101+
echo "No error for ~$illegalValue\n";
102102
} catch (TypeError $e) {
103103
echo $e->getMessage() . "\n";
104104
}

0 commit comments

Comments
 (0)