Home
last modified time | relevance | path

Searched refs:get_class (Results 251 – 275 of 418) sorted by last modified time

1...<<11121314151617

/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php281 …ject']) && $trace['object'] instanceof Template && 'Twig_Template' !== \get_class($trace['object']…
282 $currentClass = \get_class($trace['object']);
286 $templateClass = \get_class($trace['object']);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php518 …ay or "Traversable" as replace values, got "%s".', \is_object($from) ? \get_class($from) : \gettyp…
1618 $constant = \get_class($object).'::'.$constant;
1635 $constant = \get_class($object).'::'.$constant;
H A DProfilerExtension.php44 return [new ProfilerNodeVisitor(\get_class($this))];
H A DAbstractExtension.php68 return \get_class($this);
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php56 …e" on "%s" is deprecated since 1.27. Use getSourceContext() instead.', \get_class($this)), E_USER_…
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php97 $class = \get_class($node);
H A DOptimizerNodeVisitor.php79 if ('Twig_Node' !== \get_class($node)) {
111 …if (!$expression && 'Twig_Node' !== \get_class($node) && $prependedNodes = array_shift($this->prep…
128 if ('Twig_Node_Expression_Name' === \get_class($node) && $node->isSimple()) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php106 $class = \get_class($obj);
123 $class = \get_class($obj);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php77 $reloadedClass = $em->find(get_class($class), $class->getId());
196 … throw new \LogicException(sprintf('Unsupported manager type "%s".', get_class($manager)));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php162 $this->deserialize($expected, get_class($collection))
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php51 $annotations[get_class($annot)] = $annot;
72 $annotations[get_class($annot)] = $annot;
93 $annotations[get_class($annot)] = $annot;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php212 ' ' . $arguments['name'] . ' => new \\' . get_class($rule) . '(' .
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DMethod.php40 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php550 … SyntaxError(sprintf('A parameter name must be a string, "%s" given.', \get_class($value)), $token…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php39 …$compiler->raw(sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($callable[0]), $callable…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A 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/findologicxmlexport/vendor/twig/twig/src/Test/
H A 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/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md322 return get_class($myClass);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php138 $this->serviceLocator[$alias ?: get_class($service)] = $service;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php306 switch (get_class($token)) {
361 switch (get_class($token)) {
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php188 str_replace('PHP_Token_', '', get_class($tokens[$i]))
222 str_replace('PHP_Token_', '', get_class($tokens[$i]))
274 str_replace('PHP_Token_', '', get_class($tokens[$this->id]))
407 switch (get_class($tokens[$i])) {
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php123 get_class($value),
275 $class = get_class($value);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php268 …a->reflection->class, $metadata->reflection->name, \is_object($node) ? \get_class($node) : \gettyp…
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php282 $className = get_class($this);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php927 'digraph ' . str_replace('\\', '', get_class($this)) . ' {' .
931 str_replace('\\', '\\\\', get_class($this)) . '";';

1...<<11121314151617