in reply to Re: Re: localtime array slice problemin thread localtime array slice problem
There are many, many errors that can occur when a script is running but don't prevent the script from compiling. Here's another example:
$x = 0; $y = 7 / $x; [download]