1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00
Files
archived-php-src/ext/standard/tests
Ayesh Karunaratne b8e380ab09 Update deprecation message for incompatible float to int conversion
Updates the deprecation message for implicit incompatible float to int conversion from:

```
Implicit conversion from non-compatible float %.*H to int in %s on line %d
```

to

```
Implicit conversion from float %.*H to int loses precision in %s on line %d
```

Related: #6661
2021-06-07 14:36:11 +02:00
..
2021-06-03 15:14:08 +02:00
2021-05-29 15:40:15 +02:00
2021-03-08 14:51:45 +01:00
2021-03-01 18:50:11 +01:00
2021-05-29 11:33:13 +02:00
2021-01-26 23:01:40 -08:00