Home
last modified time | relevance | path

Searched refs:Countable (Results 1 – 8 of 8) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php13 use Countable; alias
32 implements ArrayAccess, Countable, IteratorAggregate {
111 * @see Countable::count()
/template/strap/ComboStrap/
H A DArrayCaseInsensitive.php9 use Countable; alias
17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
/template/twigstarter/vendor/twig/twig/src/
DMarkup.php19 class Markup implements \Countable, \JsonSerializable
/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php23 class Node implements \Countable, \IteratorAggregate
/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php12 final class Set implements Equatable, \IteratorAggregate, \Countable
H A DMap.php12 final class Map implements Equatable, \Countable, \IteratorAggregate
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1071 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/
DCHANGELOG348 not implement \Countable but provides __toString()
350 objects implement __toString() but not \Countable