Exit Code
If the script fails, exit with a non-0 code (except 255,
which is reserved by PHP itself for compile/parse errors). If the script does not
fail, exit with code 0.
Be aware that earlier PHP versions (pre-4.2) had a bug in the exit code
handling. Exiting in any other way than letting the script finish results in a
“non-true” exit code. (more…)
