|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-19 13:17 UTC] sniper@php.net
[2004-01-19 19:55 UTC] bugz at nagash dot org
[2004-01-19 20:01 UTC] bugz at nagash dot org
[2004-01-21 21:09 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 09:00:02 2025 UTC |
Description: ------------ echo (float)("0xABCDEF"); on the Windows XP and FreeBSD 4.9 it shows: "0" on the Unix systems (tested slackware 8 and RedHat) AND MacOS it shows: "11259375" Reproduce code: --------------- echo (float)("0xABCDEF"); Expected result: ---------------- I expected to see "11259375" Actual result: -------------- on the different system I see "0" or "11259375"