Home
last modified time | relevance | path

Searched refs:__toString (Results 26 – 50 of 338) sorted by relevance

12345678910>>...14

/PHP-8.2/ext/standard/tests/strings/
H A Dbug55871.phpt6 public function __toString() {
13 public function __toString() {
20 public function __toString() {
H A Dstrnatcasecmp_variation1.phpt10 function __toString()
18 function __toString()
/PHP-8.2/ext/hash/tests/
H A Dxxhash_secret.phpt7 public function __toString(): string {
8 throw new Exception('exception in __toString');
51 string(23) "exception in __toString"
55 string(23) "exception in __toString"
/PHP-8.2/ext/tokenizer/tests/
H A DPhpToken_toString.phpt2 PhpToken implements __toString()
13 var_dump($tokens[0]->__toString());
/PHP-8.2/tests/classes/
H A Dtostring_003.phpt2 ZE2 __toString() in __destruct/exception
8 function __toString()
/PHP-8.2/ext/reflection/tests/
H A DReflectionParameter_toString_basic.phpt2 ReflectionParameter::__toString()
13 echo $value->__toString() . "\n";
H A Dbug79683.phpt2 Bug #79683: Fake reflection scope affects __toString()
10 public function __toString()
/PHP-8.2/ext/simplexml/tests/
H A D035.phpt2 SimpleXML: __toString
18 echo $p->__toString()."\n";
/PHP-8.2/Zend/tests/
H A Dbug43450.phpt2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
10 public function __toString()
H A Dstringable_automatic_implementation.phpt7 public function __toString() {
16 public function __toString() {
H A Dbug60909_2.phpt8 public function __toString() {
19 #0 %s(%d): Bad->__toString()
H A Dexception_009.phpt8 public function __toString()
30 #0 [internal function]: Exception->__toString()
H A Dstringable_trait.phpt2 Bug #81582: Stringable not implicitly declared if __toString() came from a trait
7 public function __toString(): string {
H A Dgh10709_3.phpt7 public function __toString() {
40 #0 %s(%d): S->__toString()
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_types_01.phpt24 <!-- init Error::__toString() -->
25 <Error::__toString>
30 </Error::__toString:'TypeError: foo(): Argument #1 ($a) must be of type array, int given, called in…
H A Dobserver_exception_01.phpt45 <!-- init Exception::__toString() -->
46 <Exception::__toString>
50 </Exception::__toString>
H A Dobserver_generator_05.phpt51 <!-- init Exception::__toString() -->
52 <Exception::__toString>
58 </Exception::__toString:'RuntimeException: Oops! in %s%eobserver_generator_%d.php:%d
/PHP-8.2/ext/date/tests/
H A Dbug73091.phpt2 Bug #73091 (Unserializing DateInterval object may lead to __toString invocation)
6 function __toString() {
/PHP-8.2/ext/spl/tests/
H A Dspl_cachingiterator___toString_basic.phpt12 $ci->__toString() // if conversion to string is done by echo, for example, an exception is thrown. …
H A Diterator_036.phpt2 SPL: CachingIterator and __toString and flags = 0
23 #0 %s(%d): CachingIterator->__toString()
H A Diterator_046.phpt2 SPL: CachingIterator and __toString using bypassed string keys
8 function __toString()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php127 public function __toString(): string {} function in ReflectionFunction
208 public function __toString(): string {} function in ReflectionMethod
286 public function __toString(): string {} function in ReflectionClass
490 public function __toString(): string {} function in ReflectionProperty
581 public function __toString(): string {} function in ReflectionClassConstant
625 public function __toString(): string {} function in ReflectionParameter
704 public function __toString(): string {} function in ReflectionType
736 public function __toString(): string {} function in ReflectionExtension
782 public function __toString(): string {} function in ReflectionZendExtension
828 public function __toString(): string {} function in ReflectionAttribute
/PHP-8.2/ext/standard/tests/array/
H A Darray_column_object_cast.phpt6 function __toString() { return 'first_name'; }
10 function __toString() { return 'id'; }
/PHP-8.2/Zend/tests/assert/
H A Dexpect_011.phpt2 test overloaded __toString on custom exception
9 public function __toString() {
/PHP-8.2/ext/sqlite3/tests/
H A Dexception_from_toString.phpt2 Check that exceptions from __toString() are handled correctly
9 function __toString() {

Completed in 26 milliseconds

12345678910>>...14