|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-30 03:32 UTC] sander@php.net
[2002-08-30 04:43 UTC] gwenzel at emb dot de
[2002-08-30 04:43 UTC] gwenzel at emb dot de
[2002-08-30 04:47 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 07:00:02 2025 UTC |
echo ( sprintf("%012d", 68.85*100 ) ); yields 000000006884 Strangly enough: echo ( sprintf("%012d", 68.95*100 ) ); yields the correct result: 000000006895 './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--enable-trans-sid' '--with-mysql' '--enable-ftp' '--with-config-file-path=/www/conf' '--with-zlib-dir=/usr/local' '--with-gd=/usr/local' '--with-png-dir=/usr/local' '--with-jpeg-dir=/usr/local' '--with-freetype-dir=/usr/local'