|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-11-26 15:56 UTC] david at grudl dot com
Description: ------------ var_export(1.0) returns "1" instead of "1.0" in all PHP versions PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 15:00:01 2025 UTC |
($a === eval('return ' . var_export($a, true) . ';')) should result in true for any given $a. "1" isn't a correct representation of float(1) as it results in int(1).