|
__halt_compiler
Halts the compiler execution
()
Example 1358. A __halt_compiler() example<?php Code Examples / Notes » halt_compilerzsh
__halt_compiler() is a language construct and therefore cannot be used as a variable function. Also, it cannot be used in eval() -- it won't throw a syntax error, but it won't do anything either. |