Home
last modified time | relevance | path

Searched refs:__toString (Results 1 – 25 of 736) sorted by path

12345678910>>...30

/PHP-5.5/
H A DNEWS2684 . Fixed bug #62328 (implementing __toString and a cast to string fails)
7000 - Fixed bug #43450 (Memory leak on some functions with implicit object __toString() call). (David C…
7999 - Fixed bug #39445 (Calling debug_backtrace() in the __toString()
8184 - Changed __toString() to be called wherever applicable. (Marcus)
8247 . Added CachingIterator::TOSTRING_USE_INNER, calls inner iterator __toString.
9696 - Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call
/PHP-5.5/Zend/
H A DZEND_CHANGES603 __toString() in your derived class or implement your own extneral
953 * __toString()
955 The magic method __toString() allows to overload the object to
958 that expect strings. Also the function __toString is not used in
961 in any place but without calling __toString().
967 function __toString() {
974 $str = (string) $obj; // call __toString()
976 echo $obj; // call __toString()
/PHP-5.5/Zend/tests/
H A Dbug26166.phpt2 Bug #26166 (__toString() crash when no values returned)
8 function __toString()
23 function __toString()
25 return $this->obj->__toString();
42 function __toString() {
53 function __toString() {
71 string(52) "Method None::__toString() must return a string value"
74 Fatal error: Method Error::__toString() must not throw an exception in %sbug26166.php on line %d
H A Dbug30161.phpt22 public function __toString() {
H A Dbug30162.phpt28 public function __toString() {
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
H A Dbug37811.phpt8 function __toString()
H A Dbug39445.phpt2 Bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash)
6 public function __toString() {
H A Dbug42772.phpt7 function __toString() {
H A Dbug43450.phpt2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
13 public function __toString()
H A Dbug55578.phpt8 public function __toString() {
H A Dbug60825.phpt9 public function __toString() {
H A Dbug60909_2.phpt9 public function __toString() {
17 Fatal error: Method Bad::__toString() must not throw an exception in %sbug60909_2.php on line 0
H A Dbug61165.phpt10 public function __toString() {
H A Dcast_to_array.phpt13 function __toString() {
H A Dcast_to_bool.phpt9 function __toString() {
H A Dcast_to_double.phpt11 function __toString() {
H A Dcast_to_int.phpt9 function __toString() {
H A Dcast_to_object.phpt9 function __toString() {
H A Dcast_to_string.phpt9 function __toString() {
H A Dconcat_001.phpt9 function __toString() {
H A Dexception_009.phpt8 public function __toString()
H A Dexception_010.phpt20 Warning: Exception::__toString() expects exactly 0 parameters, 1 given in %s on line %d
H A Dfunction_exists_variation1.phpt19 public function __toString() {
H A Dmagic_methods_010.phpt2 Testing __toString() declaration with wrong modifier
7 static protected function __toString($a, $b) {
13 Warning: The magic method __toString() must have public visibility and cannot be static in %s on li…

Completed in 57 milliseconds

12345678910>>...30