Home
last modified time | relevance | path

Searched refs:Countable (Results 51 – 66 of 66) sorted by relevance

123

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php15 class ResultSet implements \Iterator, \Countable, \ArrayAccess
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php15 class MockHandler implements \Countable
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php311 class CountableStub implements \Countable
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DMap.php12 final class Map implements Equatable, \Countable, \IteratorAggregate
H A DSet.php12 final class Set implements Equatable, \IteratorAggregate, \Countable
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php15 use Countable;
26 class Entry implements IteratorAggregate, 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/php-token-stream/src/Token/
H A DStream.php14 class PHP_Token_Stream implements ArrayAccess, Countable, SeekableIterator
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst81 implement the ``Countable`` interface. They are also not available when
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php53 class Ustring implements \ArrayAccess, \Countable, \IteratorAggregate
H A DREADME.md69 very natural way. This class implements the `\ArrayAccess`, `\Countable` and
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php21 class PHPUnit_Framework_TestResult implements 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/scrape/
H A DphpQuery-onefile.php
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md553 - In PHP 7.2 count() now raises a warning when an invalid parameter is passed. Only arrays and objects implementing the Countable interface should be passed. [#1378](https://github.com/ruflin/Elastica/pull/1378)

123