diff options
Diffstat (limited to 'ext/mysqli/tests/bug70384.phpt')
| -rw-r--r-- | ext/mysqli/tests/bug70384.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug70384.phpt b/ext/mysqli/tests/bug70384.phpt index 6987789d36..4e9ef3181e 100644 --- a/ext/mysqli/tests/bug70384.phpt +++ b/ext/mysqli/tests/bug70384.phpt @@ -49,7 +49,7 @@ mysqli_float_handling - ensure 4 byte float is handled correctly if (json_encode($rows[0][0]) != json_encode($jsfield_data)) { printf("[006] Data differs"); var_dump(json_encode($rows[0][0]) != json_encode($jsfield_data)); - die(); + die(); } mysqli_close($link); echo "OK"; |
