Files
tougao/vendor/symfony/class-loader/Tests/Fixtures/Namespaced/WithHaltCompiler.php
wangjinlei c1885928ff 20220406
2022-04-06 18:02:49 +08:00

19 lines
151 B
PHP

<?php
/*
* foo
*/
namespace Namespaced;
class WithHaltCompiler
{
}
// the end of the script execution
__halt_compiler(); data
data
data
data
...