472d37787bb210bc36ec1798ea4665eff3225b63
[yaffs-website] / Tests / Fixtures / Namespaced / WithHaltCompiler.php
1 <?php
2
3 /*
4  * foo
5  */
6
7 namespace Namespaced;
8
9 class WithHaltCompiler
10 {
11 }
12
13 // the end of the script execution
14 __halt_compiler(); data
15 data
16 data
17 data
18 ...