Home
last modified time | relevance | path

Searched refs:ArrayAccess (Results 1 – 7 of 7) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php11 use ArrayAccess; alias
32 implements ArrayAccess, Countable, IteratorAggregate {
53 * @see ArrayAccess::offsetExists()
64 * @see ArrayAccess::offsetGet()
100 * @see ArrayAccess::offsetUnset()
/template/strap/ComboStrap/
H A DArrayCaseInsensitive.php7 use ArrayAccess; alias
17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DCookie.php14 class Cookie implements \ArrayAccess
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php418 if (!$values instanceof \ArrayAccess) {
1693 …if ($sandboxed && $object instanceof \ArrayAccess && !\in_array($object::class, self::ARRAY_LIKE_C…
1707 $object instanceof \ArrayAccess => $object->offsetExists($arrayItem),
1726 if ($object instanceof \ArrayAccess) {
/template/twigstarter/vendor/twig/twig/
DCHANGELOG11 …* Fix PHP 8.1+ implicit float-to-int deprecation triggered by sandboxed `ArrayAccess` attribute ac…
70 * Fix "cycle" with non-countable ArrayAccess + Traversable objects
148 * Fix ArrayAccess with objects as keys
/template/strap/vendor/symfony/yaml/
H A DCHANGELOG.md174 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md151 …d in `Cookie` object instead of an plain array. The object implements `ArrayAccess` interface to p…