The short-circuiting IS a feature. It is also available in C, so I suppose the developers won?t remove it in future PHP versions.
It is rather nice to write:
$file=fopen("foo","r") or die("Error!");
Greets,
Oliver
The short-circuiting IS a feature. It is also available in C, so I suppose the developers won?t remove it in future PHP versions.
It is rather nice to write:
$file=fopen("foo","r") or die("Error!");
Greets,
Oliver