Home
last modified time | relevance | path

Searched refs:get_class (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
DMockObjectTest.php366 $this->assertEquals(get_class($mock1), get_class($mock2));
390 $this->assertNotEquals(get_class($mock1), get_class($mock2));
391 $this->assertNotEquals(get_class($mock1), get_class($mock3));
392 $this->assertNotEquals(get_class($mock1), get_class($mock4));
393 $this->assertNotEquals(get_class($mock1), get_class($mock5));
394 $this->assertEquals(get_class($mock2), get_class($mock3));
395 $this->assertNotEquals(get_class($mock2), get_class($mock4));
396 $this->assertNotEquals(get_class($mock2), get_class($mock5));
397 $this->assertEquals(get_class($mock4), get_class($mock5));
421 $this->assertNotEquals(get_class($mock1), get_class($mock2));
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXML.php86 if(is_object($xml) && strtolower(get_class($xml)) == "xml") {
104 if(is_object($xmlBranch) && strtolower(get_class($xmlBranch)) == "xmlbranch") {
120 if(is_object($xmlLeaf) && strtolower(get_class($xmlLeaf)) == "xmlleaf") {
145 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
157 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
188 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
196 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
231 if(strtolower(get_class($node)) == "xmlbranch")
258 if(strtolower(get_class($node)) == "xmlbranch")
287 if(strtolower(get_class($node)) == "xmlbranch")
[all …]
DXMLBranch.php62 if(strtolower(get_class($xml)) == "xml" || strtolower(get_class($xml)) == "xmlbranch") {
DXMLLeaf.php64 if(strtolower(get_class($xml)) == "xml" || strtolower(get_class($xml)) == "xmlbranch") {
/plugin/authssocas/vendor/apereo/phpcas/source/
DCAS.php373 phpCAS :: error(get_class($e) . ': ' . $e->getMessage());
428 phpCAS :: error(get_class($e) . ': ' . $e->getMessage());
653 $str .= get_class($arg);
695 $str .= '<= ' . get_class($res);
743 phpCAS :: error(get_class($e) . ': ' . $e->getMessage());
805 phpCAS :: error(get_class($e) . ': ' . $e->getMessage());
823 phpCAS :: error(get_class($e) . ': ' . $e->getMessage());
852 phpCAS :: error(get_class($e) . ': ' . $e->getMessage());
883 phpCAS :: error(get_class($e) . ': ' . $e->getMessage());
904 phpCAS :: error(get_class($e) . ': ' . $e->getMessage());
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DStrict.php14 $class = method_exists($this, $name) ? 'parent' : get_class($this);
33 $class = get_class($this);
43 $class = get_class($this);
53 $class = get_class($this);
63 $class = get_class($this);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DObjectComparator.php44 if (get_class($actual) !== get_class($expected)) {
54 get_class($expected)
85 … substr_replace($e->getExpectedAsString(), get_class($expected) . ' Object', 0, 5),
86 substr_replace($e->getActualAsString(), get_class($actual) . ' Object', 0, 5),
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DNode.php46 …moved in 2.0.', \is_object($node) ? \get_class($node) : null === $node ? 'null' : \gettype($node),…
62 $repr = [\get_class($this).'('.implode(', ', $attributes)];
95 $node->setAttribute('class', \get_class($this));
159 …\LogicException(sprintf('Attribute "%s" does not exist for Node "%s".', $name, \get_class($this)));
193 … new \LogicException(sprintf('Node "%s" does not exist for Node "%s".', $name, \get_class($this)));
202 …moved in 2.0.', \is_object($node) ? \get_class($node) : null === $node ? 'null' : \gettype($node),…
/plugin/html2pdf/html2pdf/html2ps/
Dfetcher._interface.class.php13 die("Oops. Inoverridden 'get_data' method called in ".get_class($this));
20 die("Oops. Inoverridden 'get_base_url' method called in ".get_class($this));
24 die("Oops. Inoverridden 'error_message' method called in ".get_class($this));
Dfilter.output._interface.class.php4 die("Unoverridden 'content_type' method called in ".get_class($this));
8 die("Unoverridden 'process' method called in ".get_class($this));
Dfetched_data._interface.class.php4 die("Unoverridden 'get_additional_data' called in ".get_class($this));
8 die("Unoverridden 'get_content' called in ".get_class($this));
Doutput._interface.class.php9 function close() { die("Unoverridden 'close' method called in ".get_class($this)); }
12 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); }
17 …function error_message() { die("Unoverridden 'error_message' method called in ".get_class($this));…
/plugin/freechat/phpfreechat/src/
Dpfccontainerinterface.class.php50 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
62 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
73 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
DDoctrineProxySubscriberTest.php33 …$event = $this->createEvent($obj = new SimpleObjectProxy('a', 'b'), ['name' => get_class($obj), 'p…
107 $event = $this->createEvent($proxy, ['name' => get_class($proxy), 'params' => []]);
108 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
122 $event = $this->createEvent($proxy, ['name' => get_class($proxy), 'params' => []]);
123 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
133 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
DSimpleTokenParserTest.php31 $this->assertEquals('Twig_Error_Runtime', get_class($e));
38 $this->assertEquals('Twig_Error_Runtime', get_class($e));
45 $this->assertEquals('Twig_Error_Runtime', get_class($e));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DIndexedReader.php51 $annotations[get_class($annot)] = $annot;
72 $annotations[get_class($annot)] = $annot;
93 $annotations[get_class($annot)] = $annot;
DAnnotation.php61 sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this))
76 sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this))
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
DCallTimesPrediction.php72 get_class($object->reveal()),
86 get_class($object->reveal()),
99 get_class($object->reveal()),
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
DIntegrationTestCase.php195 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $message)));
202 throw new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
209 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage())));
214 $e = new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
216 $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage()));
/plugin/pagetemplate/
Dsyntax.php175 $idx = array_search(substr(get_class($this), 7), $this->allowedModes);
187 function getPluginType() { list($t) = explode('_', get_class($this), 2); return $t; }
188 function getPluginName() { list($t, $p, $n) = explode('_', get_class($this), 4); return $n; }
189 …function getPluginComponent() { list($t, $p, $n, $c) = explode('_', get_class($this), 4); return (…
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
Dfunctions.php176 } elseif (is_object($value) && isset($writer->classMap[get_class($value)])) {
179 $writer->classMap[get_class($value)]($writer, $value);
241 …new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($value));
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
Dfunctions.php176 } elseif (is_object($value) && isset($writer->classMap[get_class($value)])) {
179 $writer->classMap[get_class($value)]($writer, $value);
241 …new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($value));
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
DChainLoader.php55 …e" on "%s" is deprecated since 1.27. Use getSourceContext() instead.', \get_class($this)), E_USER_…
138 $exceptions[] = \get_class($loader).': '.$e->getMessage();
156 $exceptions[] = \get_class($loader).': '.$e->getMessage();
/plugin/abbr/syntax/
Dhtmltag.php26 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,substr(get_class($this), 7));
29 $this->Lexer->addExitPattern($this->exit_pattern,substr(get_class($this), 7));
/plugin/webdav/core/DAV/
DAbstractDirectory.php40 return substr(get_class($this), 0, strrpos(get_class($this), '\\'));

12345678910>>...16