Ran
|
Files
70
|
Run time
3s
|
Badge
Embed ▾
README BADGES
|
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.
2788 of 2983 relevant lines covered (93.46%)
3.35 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|