Matt W wrote:
> Hi again,
> 
[...]

I don't see what you're trying to fix.

$ cli -r 'var_dump((int)hexdec(dechex(-123)), (int)(float)sprintf("%u",-123), 
(int)0xffffff85);'
int(-123)
int(-123)
int(-123)

Regards,
-- 
Michael

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

Reply via email to