On 14/03/02, "Zeev Suraski" <[EMAIL PROTECTED]> wrote:
> We know :)  And yet, we always use sizeof(), regardless of whether we feed 
> it with a type or a value.

I meant to say that :)
 
> At 15:34 14/03/2002, Jedi/Sector One wrote:
> >   The correct sizeof semantics are
> >   sizeof <value>
> >   or:
> >   sizeof( <type> )

I didn't know that! (and how long have I been coding in C??).
It's interesting that most compilers that I have used _can_
handle 'sizeof type'.

--Wez.



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to