Searched refs:is_countable (Results 1 – 5 of 5) sorted by relevance
9 - [`is_countable`](https://php.net/is_countable)
19 …function is_countable($value) { return is_array($value) || $value instanceof Countable || $value i… function
58 if(function_exists('is_countable') &&!is_countable($opts)) return;
86 if (function_exists('is_countable') && !is_countable($opts)) return;
75 if (!isset($matches[0]) || 0 == (is_countable($matches[0]) ? count($matches[0]) : 0)) {