> > What do you mean force declaration?  That's what you are doing with this
> > line:
> >
> >   $Test = 3;
>
> Nop! This is just starting to use a variable. Something like:
>
>    integer $Test;
>
> is declaring a variable. But FAFAIK it's not possible in PHP :(

Like I said, that line does both.  It sets the type internally to an
integer and assigns the value.

-Rasmus


-- 
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]

Reply via email to