travis-ci
PHP 7.3/NewFunctions: add new `is_countable()` function Ref: * https://wiki.php.net/rfc/is-countable * https://github.com/php/php-src/commit/d0ee2a825 I expect that lots of userland `is_countable()` functions will be/have been added since PHP 7.2 added the "counting non-countable" warning. This should give people plenty of warning that they'll need to wrap that function within a `if (function_exists() === false ) {}` wrapper.
2931 of 3040 relevant lines covered (96.41%)
25.31 hits per line