[PHP] Re: Re: Re: Re: php-cli vs python

2007-06-09 Thread Abdullah Ramazanoglu
Abdullah Ramazanoglu dedi ki: > $key = pack("N*", 0x12345678, 0x9abcdef0, 0x87654321, 0x0fedcba9); > > Well, second and third 32-bit hex values were automatically converted by > PHP to float, before packing, because PHP tries to cast them into signed > 32-bit integers, which can't be represented

[PHP] Re: Re: Re: Re: php-cli vs python

2007-06-09 Thread Abdullah Ramazanoglu
Nathan Nobbe dedi ki: >> Admittedly, there are some annoying features of PHP, the most >> annoying one being its "dynamic" typing (opposed to "weak" typing). > > I think its worth mentioning that 'dynamic' and 'weak' typing both refer > to type checking, yet they refer to different aspects of typ