Home
last modified time | relevance | path

Searched refs:__toString (Results 51 – 75 of 318) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_ctor_cast.phpt10 new class { public function __toString() { return 'method'; } }
H A DReflectionClass_export_array_bug72222.phpt2 ReflectionClass::__toString() - array constants
H A DReflectionObject___toString_basic1.phpt2 ReflectionObject::__toString() : very basic test with no dynamic properties
H A DReflectionObject_export_basic1.phpt2 ReflectionObject::__toString() : very basic test with no dynamic properties
H A DReflectionParameter_export_basic.phpt2 ReflectionParameter::__toString()
H A DReflectionClass_getName_basic.phpt6 function __toString() {
H A Dbug41061.phpt2 Reflection Bug #41061 ("visibility error" in ReflectionFunction::__toString())
H A DReflectionObject_export_basic3.phpt2 ReflectionObject::__toString() - ensure dynamic property with same name as inherited private proper…
H A DReflectionClass_constructor_001.phpt11 function __toString() {
H A DReflectionObject___toString_basic2.phpt2 ReflectionObject::__toString() : very basic test with dynamic properties
H A DReflectionObject_export_basic2.phpt2 ReflectionObject::__toString() : very basic test with dynamic properties
/PHP-7.4/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 Dbug61165.phpt10 public function __toString() {
H A Dbug60825.phpt9 public function __toString() {
H A Dbug73350.phpt2 Bug #73350 (Exception::__toString() cause circular references)
/PHP-7.4/ext/mbstring/tests/
H A Dbug79154.phpt11 public function __toString()
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_107.phpt13 public function __toString() {
H A Dtyped_properties_051.phpt10 function __toString() {
H A Dtyped_properties_093.phpt11 public function __toString() {
/PHP-7.4/ext/dom/tests/
H A DtoString_exceptions.phpt2 Handling of exceptions during __toString
9 public function __toString() {
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt36 The error can be avoided by choosing the __toString magix method as follows: */
40 function __toString() {
48 function __toString() {
56 function __toString() {
/PHP-7.4/ext/spl/tests/
H A Dbug77024.phpt2 Bug #77024 SplFileObject::__toString() may return array
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug72306.phpt7 function __toString() { return $this->a++ ? str_repeat("a", 0x8000) : "a"; }
/PHP-7.4/Zend/tests/traits/
H A Dmethods_001.phpt7 public function __toString() {

Completed in 25 milliseconds

12345678910>>...13