Home
last modified time | relevance | path

Searched refs:stdClass (Results 76 – 93 of 93) sorted by path

1234

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DContainerRuntimeLoaderTest.php23 … $container->expects($this->once())->method('get')->with('stdClass')->willReturn(new \stdClass());
H A DCustomExtensionTest.php38 …[new InvalidOperatorExtension(new \stdClass()), '"InvalidOperatorExtension::getOperators()" must r…
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/Extension/
H A DCoreTest.php91 $instance = new \stdClass();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace_invalid_arg.test4 {{ 'test %foo%'|replace(stdClass) }}
6 return ['stdClass' => new \stdClass()]
8 …place" filter expects an array or "Traversable" as replace values, got "stdClass" in "index.twig" …
/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/freechat/phpfreechat/lib/json/
H A DJSON.php622 $obj = new stdClass();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
H A Dfunctions.php28 $_assetic = new stdClass();
/plugin/langdelete/
H A Dadmin.php57 $d = new stdClass; // reset
/plugin/mantisreporter/
H A Dsyntax.php356 $newIssue = new stdClass();
358 $newIssue->reporter = new stdClass();
361 $newIssue->priority = new stdClass();
364 $newIssue->project = new stdClass();
372 $prognose = new stdClass();
373 $prognose->field = new stdClass();
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A Dschema.ser
/plugin/statistics/inc/
H A DBrowscap.php255 * @return stdClass|array the object containing the browsers details. Array if
/plugin/xcom/scripts/
H A Dxcom_save.php75 if($credentials instanceof stdClass) {
/plugin/yql/
H A Dsyntax.php188 if ($item->$title instanceof stdClass) {
194 if ($item->$link instanceof stdClass && !isset($item->$link->href)) {
199 if ($item->$link instanceof stdClass) {
212 if ($item->$val instanceof 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)

1234