include and include_once dont throw fatal exception.
You should use require or require_once and catch the exception with
try{}catch{} block
[EMAIL PROTECTED] a écrit :
include and require are not functions.
They are language constructs.
They probably don't "return values" nor short-circui
include and require are not functions.
They are language constructs.
They probably don't "return values" nor short-circuit in the usual way.
Ditto for "echo"
If you can strip the parens and have it still work, it's for sure not a
function.
is perfectly valid code.
PS
All th
2 matches
Mail list logo