Skip to content

Commit

Permalink
Generic/ByteOrderMark: add UTF-16 BOM character tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Jan 24, 2024
1 parent ae9035a commit cf65b45
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// File with a byte order mark (BOM) character before the opening PHP tag.
// File with a UTF-8 byte order mark (BOM) character before the opening PHP tag.
echo 'foo';
?>
Binary file not shown.
Binary file not shown.

0 comments on commit cf65b45

Please sign in to comment.