Home
last modified time | relevance | path

Searched refs:stdClass (Results 26 – 50 of 93) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md211 The return value of `JWT::decode` is the generic PHP object `stdClass`. If you'd like to handle wit…
215 // return type is stdClass
/plugin/xcom/scripts/
H A Dxcom_save.php75 if($credentials instanceof stdClass) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
H A Dfunctions.php28 $_assetic = new stdClass();
/plugin/yuriigantt/_test/Drivers/
H A Dembedded.test.php55 $this->assertInstanceOf(stdClass::class, $instructions[1][1][1]);
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php148 public static function embed(\stdClass $database)
/plugin/langdelete/
H A Dadmin.php57 $d = new stdClass; // reset
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php259 if ($data instanceof \ArrayObject || $data instanceof \stdClass) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php901 if (is_object($value) && $value instanceof \stdClass) {
1092 $item = new \stdClass();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCustomExtensionTest.php38 …[new InvalidOperatorExtension(new \stdClass()), '"InvalidOperatorExtension::getOperators()" must r…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2137/
H A DIssue2137Test.php19 new stdClass() // not valid
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D581.phpt27 stdClass Object (
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt46 stdClass Object (
119 Failed asserting that null is identical to an object of class "stdClass".
H A Dfailure-reverse-list.phpt40 Failed asserting that null is identical to an object of class "stdClass".
114 stdClass Object (
H A Dfailure.phpt45 stdClass Object (
118 Failed asserting that null is identical to an object of class "stdClass".
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php175 5 => new stdClass,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDebugTest.php14 $obj2 = new \stdClass();
19 $obj = new \stdClass();
43 [new \stdClass(), $obj, [], $storage, $obj3],
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DObjectTest.php13 new stdClass
25 new stdClass
38 new stdClass
46 $expectedObject = new stdClass;
62 'foo', 5, ['a', 'b'], new stdClass, null, false
70 new stdClass
78 $parameters = [new stdClass];
86 new stdClass,
103 new stdClass
H A DStaticTest.php44 'foo', 5, ['a', 'b'], new stdClass, null, false
59 $parameters = [new stdClass];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/
H A DConsecutiveParametersTest.php6 $mock = $this->getMockBuilder(stdClass::class)
23 $mock = $this->getMockBuilder(stdClass::class)
39 $mock = $this->getMockBuilder(stdClass::class)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php508 $a = $this->getMockBuilder(stdClass::class)
518 $a = $this->getMockBuilder(stdClass::class)
521 $b = $this->getMockBuilder(stdClass::class)
529 $a = $this->getMockBuilder(stdClass::class)
532 $b = $this->getMockBuilder(stdClass::class)
540 $x = $this->getMockBuilder(stdClass::class)
558 $x = $this->getMockBuilder(stdClass::class)
576 $expectedObject = new stdClass;
604 $expectedObject = new stdClass;
867 $a = new stdClass;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php413 $differ->diffToArray('', new \stdClass);
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php409 if ($variable instanceof \stdClass) {
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php45 $obj2 = new \stdClass();
50 $obj = new \stdClass();
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php55 …::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \stdClass)) {
80 …::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \ArrayObject || $value instanceof \stdClass)) {
H A DInline.php144 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayO…
215 if ($value instanceof \stdClass || $value instanceof \ArrayObject) {

1234