svn: /web/php/trunk/distributions/ test_bug53632.txt
[email protected] (Johannes Schlüter)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
johannes Thu, 06 Jan 2011 18:04:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307176
Log:
Fix typo
Changed paths:
U web/php/trunk/distributions/test_bug53632.txt
Modified: web/php/trunk/distributions/test_bug53632.txt
===================================================================
--- web/php/trunk/distributions/test_bug53632.txt 2011-01-06 18:01:02 UTC (rev 307175)
+++ web/php/trunk/distributions/test_bug53632.txt 2011-01-06 18:04:22 UTC (rev 307176)
@@ -31,7 +31,7 @@
echo "Testing float behaviour. If this script hangs or terminates with an error ".
"message due to maximum execution time limit being reached, you should ".
"update your PHP installation asap!\n";
-echo "For more information refer to <http://bugs.php.net/53632>."
+echo "For more information refer to <http://bugs.php.net/53632>.";
$d = (double)"2.2250738585072011e-308";
echo "Your system seems to be safe.\n";
?>