Home
last modified time | relevance | path

Searched refs:__toString (Results 76 – 100 of 338) sorted by relevance

12345678910>>...14

/PHP-8.2/ext/reflection/tests/
H A DReflectionParameter_export_basic.phpt2 ReflectionParameter::__toString()
H A DReflectionClass_getName_basic.phpt6 function __toString() {
H A DReflectionClass_toString_005.phpt2 Using ReflectionClass::__toString() on readonly classes
H A DReflectionParameter_new_initializer.phpt2 ReflectionParameter::__toString() with new initializer
H A DReflectionEnum_toString.phpt2 ReflectionEnum::__toString()
H A DReflectionObject_export_basic3.phpt2 ReflectionObject::__toString() - ensure dynamic property with same name as inherited private proper…
H A Dbug60357.phpt2 Bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
H A DReflectionClass_constructor_001.phpt11 function __toString() {
H A DReflectionObject___toString_basic2.phpt2 ReflectionObject::__toString() : very basic test with dynamic properties
/PHP-8.2/Zend/tests/
H A Dbug30161.phpt22 public function __toString() {
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
H A Dunexpected_ref_bug.phpt6 public function __toString() {
H A Dbug61165.phpt10 public function __toString() {
H A Dbug60825.phpt9 public function __toString() {
H A Dbug37811.phpt8 function __toString()
/PHP-8.2/ext/dom/tests/
H A DtoString_exceptions.phpt2 Handling of exceptions during __toString
9 public function __toString() {
/PHP-8.2/ext/tokenizer/
H A Dtokenizer.stub.php34 public function __toString(): string {} function in PhpToken
H A Dtokenizer_arginfo.h43 ZEND_METHOD(PhpToken, __toString);
59 ZEND_ME(PhpToken, __toString, arginfo_class_PhpToken___toString, ZEND_ACC_PUBLIC)
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_107.phpt13 public function __toString() {
/PHP-8.2/ext/spl/
H A Dspl_directory.stub.php95 public function __toString(): string {} function in SplFileInfo
148 public function __toString(): string {} function in DirectoryIterator
381 public function __toString(): string {} function in SplFileObject
/PHP-8.2/ext/spl/tests/SplFileObject/
H A Dbug77024.phpt2 Bug #77024 SplFileObject::__toString() may return array
/PHP-8.2/ext/gmp/tests/
H A Dgh9308.phpt9 /* We need strict_types as GMP has a __toString() handler */
/PHP-8.2/ext/opcache/tests/jit/
H A Dassign_obj_op_002.phpt15 public function __toString() {
/PHP-8.2/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt34 The error can be avoided by choosing the __toString magix method as follows: */
38 function __toString() {
46 function __toString() {
54 function __toString() {
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug72306.phpt8 function __toString() { return $this->a++ ? str_repeat("a", 0x8000) : "a"; }

Completed in 24 milliseconds

12345678910>>...14