Home
last modified time | relevance | path

Searched refs:Countable (Results 51 – 66 of 66) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst81 implement the ``Countable`` interface. They are also not available when
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects_countable.test20 class ItemsIteratorCountable implements Iterator, \Countable
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php17 use Countable; alias
353 if (!is_array($value) && !($value instanceof Countable)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1131 * @param array|Countable|Traversable $expected
1132 * @param array|Countable|Traversable $actual
1223 * @param array|Countable|Traversable $expected
1224 * @param array|Countable|Traversable $actual
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTest.php14 interface PHPUnit_Framework_Test extends Countable
H A DConstraint.php16 abstract class PHPUnit_Framework_Constraint implements Countable, PHPUnit_Framework_SelfDescribing
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php47 if ($other instanceof Countable || is_array($other)) {
H A DIsEmpty.php26 if ($other instanceof Countable) {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG133 not implement \Countable but provides __toString()
135 objects implement __toString() but not \Countable
718 * added support for empty Countable objects for the "empty" test
930 …oop variables are now only available for arrays and objects that implement the Countable interface)
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md108 …able($value, $message = '')` | Check that a value is an array or a `\Countable`
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php18 abstract class AbstractNode implements \Countable
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php36 use Countable; alias
39 class Collection implements ArrayAccess, Countable, IteratorAggregate
/plugin/davcard/vendor/sabre/vobject/lib/
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php17 \Countable,
/plugin/scrape/
H A DphpQuery-onefile.php

123