标签: php exception exception-handling
为什么它不显示错误!????
try { $i = 9 / 0; } catch (Exception $e) { echo 'Error !'; }