On Tue May 21 09:53:24 2024 +0000, eric pouech wrote:
using strtol would be better and save you the str_is_number helper
I can switch to strtol, but how does it save the `str_is_number` helper? It returns 0, which is a valid (if useless) timeout value for the native program.