Home
last modified time | relevance | path

Searched refs:__toString (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/plugin/ifauthex/lib/
H A Dexceptions.php26 public function __toString() { function in AST\\UnknownTokenException
41 public function __toString() { function in AST\\MalformedExpressionException
56 public function __toString() { function in AST\\InvalidExpressionException
75 public function __toString() { function in AST\\NotEnoughArgumentsException
97 public function __toString() { function in AST\\StrayTokenException
123 public function __toString() { function in AST\\UnmatchedWrapperException
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DNullable.php52 public function __toString() function in phpDocumentor\\Reflection\\Types\\Nullable
54 return '?' . $this->realType->__toString();
H A DBoolean.php27 public function __toString() function in phpDocumentor\\Reflection\\Types\\Boolean
H A DInteger.php24 public function __toString() function in phpDocumentor\\Reflection\\Types\\Integer
H A DMixed_.php27 public function __toString() function in phpDocumentor\\Reflection\\Types\\Mixed_
/plugin/webdav/vendor/sabre/http/lib/
H A DResponseDecorator.php79 function __toString() { function in Sabre\\HTTP\\ResponseDecorator
81 return $this->inner->__toString();
H A DRequestDecorator.php226 function __toString() { function in Sabre\\HTTP\\RequestDecorator
228 return $this->inner->__toString();
/plugin/davcal/vendor/sabre/http/lib/
H A DResponseDecorator.php79 function __toString() { function in Sabre\\HTTP\\ResponseDecorator
81 return $this->inner->__toString();
H A DRequestDecorator.php226 function __toString() { function in Sabre\\HTTP\\RequestDecorator
228 return $this->inner->__toString();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DNotSetTransition.php30 public function __toString() : string function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\NotSetTransition
32 return '~' . parent::__toString();
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst6 Support for the ``__toString()`` magic method has been added in Twig 1.33.
14 For objects that implement the ``__toString()`` magic method (and not ``Countable``),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlength.test20 'countable' => new CountableStub(42), /* also asserts we do *not* call __toString() */
21 …' => new IteratorAggregateStub(['a', 'b', 'c']), /* also asserts we do *not* call __toString() */
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlength.rst6 Support for the ``__toString()`` magic method has been added in Twig 1.33.
14 For objects that implement the ``__toString()`` magic method (and not ``Countable``),
/plugin/ipban/ip-lib/src/Range/
H A DSingle.php78 public function __toString() function in IPLib\\Range\\Single
80 return $this->address->__toString();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClassWithToString.php17 public function __toString() function in ClassWithToString
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DStringableClass.php4 public function __toString() function in StringableClass
/plugin/combo/vendor/symfony/polyfill-php80/Resources/stubs/
H A DStringable.php9 public function __toString(); function
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DType.php17 public function __toString(); function
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/
H A DClassWithToString.php15 public function __toString() function in SebastianBergmann\\Comparator\\ClassWithToString
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DDummyTest.php14 public function __toString() function in Psr\\Log\\Test\\DummyTest
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DDummyTest.php14 public function __toString() function in Psr\\Log\\Test\\DummyTest
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DDummyTest.php14 public function __toString() function in Psr\\Log\\Test\\DummyTest
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/
H A DReference.php20 public function __toString(); function
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DTokenInterface.php42 public function __toString(); function
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DResourceInterface.php42 public function __toString(); function

12345678910>>...15