diff options
author | Andrea Faulds <ajf@ajf.me> | 2015-12-18 19:29:35 +0000 |
---|---|---|
committer | Andrea Faulds <ajf@ajf.me> | 2015-12-18 19:31:21 +0000 |
commit | 8d217db369d83de22db6c2e6ad9a440d6c59518f (patch) | |
tree | b9b248cf9d2c808aea118b0cd3e028e7e731bf76 /tests | |
parent | 8f9af36da35eef78728a46890ba5f1f114d7a0b0 (diff) | |
download | php-git-8d217db369d83de22db6c2e6ad9a440d6c59518f.tar.gz |
Fix bug #66179
This also fixes ext/standard/tests/general_functions/var_export-locale.phpt
to actually run the floating-point section.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/bug24640.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/bug24640.phpt b/tests/lang/bug24640.phpt index d02889101e..ac3d78d06c 100644 --- a/tests/lang/bug24640.phpt +++ b/tests/lang/bug24640.phpt @@ -112,7 +112,7 @@ float(I%s) I%s I%s ------ -0 +0.0 float(0) 0 0 @@ -122,7 +122,7 @@ float(I%s) I%s I%s ------ -0 +0.0 float(0) 0 0 |