Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.0/Zend/tests/
H A Dbug55578.phpt8 public function __toString() {
H A Dbug72581.phpt12 var_dump($b->__toString());
H A Dcall_with_refs.phpt6 public function __toString() {
H A Dstringable_internal_class.phpt10 // _ZendTestClass defines __toString() but does not explicitly implement Stringable.
H A Dbug42772.phpt7 function __toString() {
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 Dunexpected_ref_bug.phpt6 public function __toString() {
/PHP-8.0/ext/spl/tests/
H A Dbug38618.phpt15 public function __toString()
30 public function __toString()
H A Diterator_037.phpt2 SPL: CachingIterator and __toString
35 function __toString()
43 function __toString()
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_toString_004.phpt2 Constant evaluation exception during ReflectionClass::__toString()
H A D017.phpt2 ReflectionClass::__toString() (constants)
H A D010.phpt2 ReflectionMethod::__toString() tests (overridden method)
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 DReflectionParameter_export_basic.phpt2 ReflectionParameter::__toString()
H A Dbug41061.phpt2 Reflection Bug #41061 ("visibility error" in ReflectionFunction::__toString())
H A DReflectionClass_getName_basic.phpt6 function __toString() {
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.stub.php23 public function __toString(): string {} function in PhpToken
/PHP-8.0/ext/mbstring/tests/
H A Dbug78609.phpt11 public function __toString()
H A Dbug79154.phpt11 public function __toString()
/PHP-8.0/ext/reflection/
H A Dphp_reflection_arginfo.h525 ZEND_METHOD(ReflectionFunction, __toString);
538 ZEND_METHOD(ReflectionMethod, __toString);
555 ZEND_METHOD(ReflectionClass, __toString);
608 ZEND_METHOD(ReflectionProperty, __toString);
629 ZEND_METHOD(ReflectionClassConstant, __toString);
640 ZEND_METHOD(ReflectionParameter, __toString);
662 ZEND_METHOD(ReflectionType, __toString);
667 ZEND_METHOD(ReflectionExtension, __toString);
680 ZEND_METHOD(ReflectionZendExtension, __toString);
795 ZEND_ME(ReflectionClass, __toString, arginfo_class_ReflectionClass___toString, ZEND_ACC_PUBLIC)
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dbug22224.phpt9 function __toString()

Completed in 24 milliseconds

12345678910>>...14