Hacker News new | ask | show | jobs
by 8n4vidtmkvmk 130 days ago
Neat! I didn't know about this either.

Php has a similar feature called __halt_compiler() which I've used for a similar purpose. Or sometimes just to put documentation at the end of a file without needing a comment block.