Home
last modified time | relevance | path

Searched refs:stdClass (Results 51 – 75 of 93) sorted by last modified time

1234

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php460 $expected = new \stdClass();
461 $expected->foo = new \stdClass();
466 $expected = new \stdClass();
472 $expected = new \stdClass();
482 $expected = new \stdClass();
484 $expected->array[0] = new \stdClass();
486 $expected->array[1] = new \stdClass();
495 $expected = new \stdClass();
496 $expected->map = new \stdClass();
506 $expected = new \stdClass();
[all …]
H A DDumperTest.php263 $bar = new \stdClass();
266 $zar = new \stdClass();
267 $foo = new \stdClass();
270 $object = new \stdClass();
277 $parsedArrayObject = new \stdClass();
344 … $this->assertSame('{ }', $this->dumper->dump(new \stdClass(), 2, 0, Yaml::DUMP_OBJECT_AS_MAP));
349 $deep = new \stdClass();
353 $inner = new \stdClass();
358 $outer = new \stdClass();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php139 'child' => new \stdClass(),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFactoryRuntimeLoaderTest.php33 return new \stdClass();
H A DTemplateTest.php32 $template->displayBlock('foo', [], ['foo' => [new \stdClass(), 'foo']]);
51 'object' => new \stdClass(),
377 …if (($testObject[0] instanceof \stdClass || $testObject[0] instanceof Twig_TemplatePropertyObject)…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test55 {{ object in 'stdClass' ? 'TRUE' : 'FALSE' }}
60 {{ 'stdClass' in object ? 'TRUE' : 'FALSE' }}
77 …, 'dir_object' => new \SplFileInfo(dirname(__FILE__)), 'object' => new \stdClass(), 'resource' => …
H A Diterable.test12 'obj' => new \stdClass(),
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php17 $obj = new \stdClass();
39 $obj = new \stdClass();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md95 $prophecy->willExtend('stdClass');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php195 …$this->event = new ObjectEvent($this->context, new \stdClass(), ['name' => 'foo', 'params' => []]);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php306 self::assertEquals('[{}]', $this->serialize([new \stdClass()]));
384 $c1 = new \stdClass();
385 $c2 = new \stdClass();
390 $c3 = new \stdClass();
H A DXmlSerializationTest.php533 $this->deserialize('', 'stdClass');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php91 $instance = new \stdClass();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php36 $a = new stdClass;
37 $b = new stdClass;
54 $a = new stdClass;
55 $b = new stdClass;
440 $a = new stdClass;
441 $b = new stdClass;
458 $a = new stdClass;
459 $b = new stdClass;
1767 new stdClass,
1773 new stdClass
[all …]
H A DConstraintTest.php568 $a = new stdClass;
570 $b = new stdClass;
574 $c = new stdClass;
578 $c->related = new stdClass;
901 $a = new stdClass;
902 $b = new stdClass;
930 $a = new stdClass;
931 $b = new stdClass;
982 $a = new stdClass;
983 $b = new stdClass;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php32 $this->generator->getMock(stdClass::class, [0]);
37 $mock = $this->generator->getMock(stdClass::class, ['testFunction']);
48 $this->generator->getMock(stdClass::class, ['foo', 'bar', 'foo']);
125 'mockClassName not a string' => [Countable::class, new stdClass],
166 $this->generator->getMock(stdClass::class, [], [], '', false, true, true, true, true);
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php41 array(new \stdClass, new \stdClass, 'SebastianBergmann\\Comparator\\ObjectComparator'),
51 array($tmpfile, new \stdClass, 'SebastianBergmann\\Comparator\\TypeComparator'),
52 array(new \stdClass, $tmpfile, 'SebastianBergmann\\Comparator\\TypeComparator'),
53 array(new \stdClass, array(1), 'SebastianBergmann\\Comparator\\TypeComparator'),
54 array(array(1), new \stdClass, 'SebastianBergmann\\Comparator\\TypeComparator'),
55 array(new \stdClass, '1', 'SebastianBergmann\\Comparator\\TypeComparator'),
56 array('1', new \stdClass, 'SebastianBergmann\\Comparator\\TypeComparator'),
59 array(1.0, new \stdClass, 'SebastianBergmann\\Comparator\\TypeComparator'),
60 array(new \stdClass, 1.0, 'SebastianBergmann\\Comparator\\TypeComparator'),
H A DObjectComparatorTest.php13 use stdClass; alias
33 array(new stdClass, new stdClass),
34 array(new stdClass, new TestClass)
41 array(new stdClass, null),
42 array(null, new stdClass),
84 $book4 = new stdClass;
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md109 stdClass Object &0000000003a66dcc0000000025e723e2 (
110 'self' => stdClass Object &0000000003a66dcc0000000025e723e2
114 $obj = new stdClass();
133 // stdClass Object ()
134 print $exporter->shortenedExport(new stdClass);
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php30 $obj2 = new \stdClass;
35 $obj = new \stdClass;
94 array(new \stdClass, 'stdClass Object &%x ()'),
189 $obj = new \stdClass;
269 $obj = new \stdClass;
285 array(new \stdClass, 'stdClass Object ()'),
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DStdClassHandler.php40 …public function serializeStdClass(SerializationVisitorInterface $visitor, \stdClass $stdClass, arr… argument
43 $visitor->startVisitingObject($classMetadata, $stdClass, ['name' => 'stdClass'], $context);
45 foreach ((array) $stdClass as $name => $value) {
50 … return $visitor->endVisitingObject($classMetadata, $stdClass, ['name' => 'stdClass'], $context);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DExpressionLanguageExclusionStrategyTest.php25 $this->visitedObject = new \stdClass();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAccessorSetter.php41 $this->element = new \stdClass();
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dstdclass.rst1 stdClass chapter
4 The serializer offers support for serializing ``stdClass`` objects, however the use of
5 ``stdClass`` objects is discouraged.
7 The current implementation serializes all the properties of a ``stdClass`` object in
10 There are many known limitations when dealing with ``stdClass`` objects.
15 - specify any extra serialization information for properties that are part of the ``stdClass`` obje…
16 - deserialize data into ``stdClass`` objects
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md443 - Added stdClass serialization handler [\#749](https://github.com/schmittjoh/serializer/pull/749) (…
449 - Fix stdClass inconsistencies when serializing to JSON [\#730](https://github.com/schmittjoh/seria…

1234