Yes, you are correct, I made a mistake when writing the code block for the
e-mail.
----- Original Message -----
From: Seb Frost <[EMAIL PROTECTED]>
To: Hugh Danaher <[EMAIL PROTECTED]>; Php-General
<[EMAIL PROTECTED]>
Sent: Wednesday, September 05, 2001 12:54 PM
Subject: RE: [PHP] negative infinity is unreachable
> if ($high_distance=="INF")
> {
> unset($high_distance);
> }
> if ($low_distance=="INF")
> {
> unset($high_distance);
> }
>
>
>
> Shouldn't this be:
>
>
>
> if ($high_distance=="INF")
> {
> unset($high_distance);
> }
> if ($low_distance=="INF")
> {
> unset($low_distance);
> }
>
>
>
> - seb
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.274 / Virus Database: 144 - Release Date: 23/08/2001
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]