Skip to content

Commit 480377c

Browse files
committed
Merge pull request #217 from Eternal-Infinity/Sharp212
Testfile by OP for #212
2 parents 556e0ab + 4554960 commit 480377c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
class Test{
3+
//This function contains special characters like € or •
4+
public function TestFunction(){
5+
$teststring = "phpdox costs 0€ • yay •";
6+
}
7+
}

0 commit comments

Comments
 (0)