|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-03-27 08:57 UTC] cataphract@php.net
[2012-03-27 08:57 UTC] cataphract@php.net
-Status: Open
+Status: Not a bug
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 17:00:01 2025 UTC |
Description: ------------ Instead 5718813258875302619 output 5718813258875302912 Test script: --------------- <?php $a = 5718813258875302619; printf("%f\n", $a); ?>