PHP. Руководство по PHP. 2005
__halt_compiler
__halt_compiler
Описание
void __halt_compiler (void)This function halts the execution of the compiler. This can be useful to embed data in PHP scripts, like the installation files.
Замечание: __halt_compiler() can only be used from the outermost scope.