d4302528f1145b377674920723be50582f4d1172
[yaffs-website] / Tests / Fixtures / Namespaced / WithFileMagic.php
1 <?php
2
3 /*
4  * foo
5  */
6
7 namespace Namespaced;
8
9 class WithFileMagic
10 {
11     public function getFile()
12     {
13         return __FILE__;
14     }
15 }