Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / class-loader / 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 ...