exit
die
根据 PER-CS 3.0 §4.7,即使 PHP 技术上允许不使用圆括号,也应该始终使用圆括号调用 exit() 和 die()。
exit()
die()
请参阅 PER Coding Style 3.0 (php-fig.org) 了解详细信息。