Searched refs:Countable (Results 1 – 7 of 7) sorted by relevance
| /template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/ |
| H A D | Group.php | 13 use Countable; alias 32 implements ArrayAccess, Countable, IteratorAggregate { 111 * @see Countable::count()
|
| /template/strap/ComboStrap/ |
| H A D | ArrayCaseInsensitive.php | 9 use Countable; alias 17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Markup.php | 28 class Markup implements \Countable, \JsonSerializable, \Stringable
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/ |
| H A D | Set.php | 12 final class Set implements Equatable, \IteratorAggregate, \Countable
|
| H A D | Map.php | 12 final class Map implements Equatable, \Countable, \IteratorAggregate
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | Node.php | 27 class Node implements \Countable, \IteratorAggregate
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 1277 … if ($thing instanceof \Countable || \is_array($thing) || $thing instanceof \SimpleXMLElement) { 1422 if ($value instanceof \Countable) {
|