In the time you've waited for an answer so far, you could have made
yourself a 3 line script to find out.

Rob.


On Wed, 2003-09-24 at 11:30, Carl Furst wrote:
> IF $int is null and I have a test
> 
> If($int < 1) {
> //do some foobar
> }
> 
> will $int be evaluated as a zero? IF I cast (int) $int.. will that turn a
> null $int into a zero??
> 
> Documentation aint too clear.
> 
> Thanks,
> 
> Carl.
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to