Home
last modified time | relevance | path

Searched refs:ArrayObject (Results 26 – 49 of 49) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DMultipleDataProviderTest.php65 $object = new ArrayObject(
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php55 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \stdClass)) {
125 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \ArrayObject || $value instanceof \stdClass)) {
H A DInline.php139 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayObject)) {
206 * @param array|\ArrayObject|\stdClass $value The PHP array or array-like object to check
210 if ($value instanceof \stdClass || $value instanceof \ArrayObject) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php5 use ArrayObject; alias
64 $this->addTypeFilter(new ArrayObjectFilter($this), new TypeMatcher(ArrayObject::class));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dslice.test29 return ['start' => 1, 'length' => 2, 'arr' => new \ArrayObject([1, 2, 3, 4]), 'xml' => new \SimpleX…
H A Djoin.test21 return ['foo' => new TwigTestFoo(), 'bar' => new \ArrayObject([3, 4])]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DArraySubset.php98 } elseif ($other instanceof ArrayObject) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Donly.test13 return ['vars1' => ['foo1' => 'bar'], 'vars2' => new ArrayObject(['foo2' => 'bar'])]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php109 return new \ArrayObject($this->toArray());
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php133 * @return \ArrayObject|array
140 // with `ArrayObject`
141 $options = new \ArrayObject($this->experimentalOptions);
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php115 $this->_group->push(new \ArrayObject());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php1072 $this->assertTrue($interfaceConstraint->evaluate(new ArrayObject, '', true));
2832 $this->assertFalse($constraint->evaluate(new ArrayObject(['foo']), '', true));
2833 $this->assertTrue($constraint->evaluate(new ArrayObject([]), '', true));
2897 $this->assertTrue($constraint->evaluate(new ArrayObject([1, 2, 3, 4, 5]), '', true));
2898 $this->assertFalse($constraint->evaluate(new ArrayObject([1, 2, 3, 4]), '', true));
2965 $constraint = new PHPUnit_Framework_Constraint_SameSize(new ArrayObject([1, 2, 3, 4, 5]));
2967 $this->assertTrue($constraint->evaluate(new ArrayObject([6, 7, 8, 9, 10]), '', true));
2968 $this->assertFalse($constraint->evaluate(new ArrayObject([1, 2, 3, 4]), '', true));
H A DAssertTest.php155 $arrayAccessData = new ArrayObject($array);
305 $array = new ArrayObject();
315 $array = new ArrayObject();
339 $array = new ArrayObject();
349 $array = new ArrayObject();
/plugin/refnotes/
H A Dnote.php21 $this->note = new ArrayObject($note);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php259 if ($data instanceof \ArrayObject || $data instanceof \stdClass) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php36 new ArrayObject(['apple', 'orange', 'citrus']),
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php144 …::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayObject)) {
215 if ($value instanceof \stdClass || $value instanceof \ArrayObject) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php336 $attributes = new \ArrayObject(['type' => 'text']);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php509 …if (((\is_array($object) || $object instanceof \ArrayObject) && (isset($object[$arrayItem]) || \ar…
/plugin/pycode/
H A Dmethod.php493 $tree = new ArrayObject($tree_old);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php331 $arrayObject = new \ArrayObject($array);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG40 * fixed regression (key exists check for non ArrayObject objects)
45 * fixed ArrayObject access with a null value
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md55 - DateTime converted to ArrayObject instead of string in custom visitor class [\#1017](https://gith…
608 - Handle classes that implement collections \(e.g. ArrayObject\) and properties [\#137](https://git…
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12