Re: [PHP-DEV] CVS update: php3 From: Rasmus Lerdorf (rasmus <email protected>)
Date: 02/28/99

> I've looked into several books to answer that question before I committed. I
> did not find anything. But have a look:
>
> [sas <email protected> sas]$ cat sizeof.c
> main() { printf("%d\n", sizeof(sizeof(char))); }
> [sas <email protected> sas]$ ./sizeof
> 8
> [sas <email protected> sas]$ uname -sm
> Linux alpha
>
> [sas <email protected>] sas $ ./sizeof
> 4
> [sas <email protected>] sas $ uname -sm
> Linux i586
>
> Dunno what it is. From the results above, I'd say it is a long.

Hrm.. Well, my compiler complained.

> uname -sm
Linux i686

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>