CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: five plus zero?
(Example: nine)

The Note You're Voting On

ravenswd at gmail dot com
9 years ago
If "__halt_compiler();" appears in a file which is "include"d or "require"d, then the called-in file will be treated as if it physically cuts off at the "__halt_compiler();". In other words, "__halt_compiler();" only affects the physical file it's in, an outer file that pulls it in will continue to execute.

<< Back to user notes page

To Top