> Vergoz Michael (SYSDOOR) wrote: >> does PHP support _s64 type ?
there is no such thing as a _s64 type in C, what you are refering to is a typedef to a native C type of that size ... [EMAIL PROTECTED] wrote: > No, PHP has only: > > null > bool (true or false) > string > integer (signed, 32 bits) > array > object well, actualy it also has "float" where PHP float maps to C double abd PHP integer maps to C long the actual bit sizes depend on whatever the C compiler used for compiling PHP uses as long and double 32bits signed for long and 64bits IEEE Format for double are the usual values, but long may also be 64bits signed on true 64bit CPUs -- Six Offene Systeme GmbH http://www.six.de/ i.A. Hartmut Holzgraefe Email: [EMAIL PROTECTED] Tel.: +49-711-99091-77 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php