note 70828 deleted from
language.expressions by bjori
2006-10-30 23:07:43
Note Submitter: StRaTaZaP
Reason: bad code
----
If you want to supress warnings (like division by zero) for
your particular expression you can add a symbol
before the expression.
Like:
$a = ($b/$c);
This way, if $c=0 you will not have a warning.
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
note 70828 deleted from
language.expressions by bjori
2006-10-30 23:07:43
Note Submitter: StRaTaZaP
Reason: bad code
----
If you want to supress warnings (like division by zero) for
your particular expression you can add a symbol
before the expression.
Like:
$a = ($b/$c);
This way, if $c=0 you will not have a warning.
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php