|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-07-28 12:09 UTC] info at mirgorod dot ru
[2010-07-28 12:13 UTC] degeberg@php.net
-Status: Open
+Status: Feedback
[2010-07-28 12:13 UTC] degeberg@php.net
[2011-03-11 13:04 UTC] arialdomartini at gmail dot com
[2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
[2013-05-05 14:20 UTC] anka17pinky at yahoo dot com
[2013-05-05 14:27 UTC] pajoye@php.net
[2013-05-05 15:12 UTC] anka17pinky at yahoo dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 22:00:01 2025 UTC |
Description: ------------ Several launches of 1911 affects the operation of division in php 5.3.2: error_reporting(E_ALL); $now = new Datetime(); for ($i = 0; $i < 4; $i++) { $a = $now->diff($now); } $t = 100/5.5; var_dump($t); // first running: float(18.181818181818) // after update page: Warning: Division by zero in G:\www\test.php on line 10 bool(false) ?>