Skip to content

Commit ab96664

Browse files
committed
BUG: JSON based reports (gitlab/json) break completely on this file!!!!
Probably to do with escaping/character encoding which needs to be fixed
1 parent 6d70e1a commit ab96664

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
// Note: this file is saved as non-UTF8 on purpose! Do not change the file encoding.
4+
5+
// Cannot redeclare foo() (previously declared in ....file.php:5) in ...
6+
7+
function déjàVu() {}
8+
9+
function déjàVu() {}

0 commit comments

Comments
 (0)