2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/core/lib
MDW 25617ab982 Fix: Protect from negative array index access (#28379)
# Fix: Protect from negative array index access

Negative array index access can happen when $i is 0.
While this raises a notice before PHP7.1 it would compare to the last
value in the string so it's invalid.

Detected with phan: PhanCompatibleNegativeStringOffset
2024-02-23 16:55:15 +01:00
..
2024-02-17 04:07:34 +01:00
2024-02-15 15:22:33 +01:00
2024-02-09 11:28:33 +01:00
2024-01-20 09:22:38 +01:00
2024-01-19 11:28:02 +01:00
2024-02-09 11:28:33 +01:00
2024-02-16 23:56:07 +01:00
2024-01-20 09:22:38 +01:00
2024-01-13 15:32:37 +01:00
2024-01-13 19:48:20 +01:00