auto_append_file and die

The php manual says enough. Still I didn’t realize this and got stommed on this one far too long.

auto_append_file string

Note: If the script is terminated with exit(), auto-append will not occur.

exit() & die() do the same thing.