Searched refs:Countable (Results 1 – 8 of 8) 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 | 19 class Markup implements \Countable, \JsonSerializable
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | Node.php | 23 class Node implements \Countable, \IteratorAggregate
|
| /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/Extension/ |
| D | CoreExtension.php | 1071 if ($thing instanceof \Countable || \is_array($thing) || $thing instanceof \SimpleXMLElement) { 1079 if (method_exists($thing, '__toString') && !$thing instanceof \Countable) { 1214 if ($value instanceof \Countable) {
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 348 not implement \Countable but provides __toString() 350 objects implement __toString() but not \Countable
|