Is this special treatment of exit and die documented in PHP?
问题 I've just read the page on Expressions in the PHP docs, and right at the top it says: The simplest yet most accurate way to define an expression is "anything that has a value". That simple definition includes all functions and most language constructs, however there a few language constructs that explicitly state they do not return a value. Here is a list of language constructs that do return a value: empty eval include include_once isset list require require_once print Here are the