Files
Chamilo/vendor/symfony/class-loader/Tests/Fixtures/Namespaced/WithHaltCompiler.php
2025-04-10 12:24:57 +02:00

19 lines
151 B
PHP

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