We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 556e0ab + 4554960 commit 480377cCopy full SHA for 480377c
tests/data/issue212/Eternal_Infinity/special_chars.php
@@ -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