1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/ext
Nikita Popov c614dd677c Fix intermittent failures in mysqli_stmt_bind_result_format.phpt
There were two distinct issues here:
 * $trend was compared against 'NULL' using !=, which does not work
   as intended in the case where $trend==0.0.
 * current_targets was declared as double(17,0), which means that
   the fractional part was rounded, so that the same comparison in
   SQL (rounded) and in PHP (not rounded) did not necessarily
   match.

Please don't write mt_rand based tests, it takes ages to debug this
crap...
2018-09-19 12:27:31 +02:00
..
2018-05-19 13:09:56 +02:00
2018-08-13 15:59:08 +02:00
2018-08-02 18:59:34 +02:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-07-16 16:52:36 -07:00
2018-01-02 12:53:31 +08:00
2018-09-04 04:53:38 +02:00
2018-07-02 17:27:43 +02:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-04-23 22:00:24 -07:00
2018-08-22 12:51:06 +02:00
2018-01-02 12:53:31 +08:00
2018-09-12 16:22:22 +02:00
2018-02-28 02:13:28 +01:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-08-03 07:08:53 +02:00
2018-09-04 05:32:25 +02:00
2018-09-04 05:13:45 +02:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-03-14 22:59:54 +01:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-11 14:29:49 +01:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-07-13 20:13:51 +02:00