Test: /Zend/tests/bug30791.phpt - Version 7.0.11-dev        

Bug #30791 magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded.
Submitted: 2004-11-15 09:57:51 Modified: 2005-06-01 13:04:39
From: alan Assigned: dmitry
Status: Closed Package: Scripting Engine problem
PHP Version: 5CVS-2004-11-15 (dev) OS: *

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
003+ Segmentation fault (core dumped)
003- string(50) "Object of class a could not be converted to string"
005+ Termsig=11
005- object(a)#2 (1) {
006- ["a"]=>
007- int(4)
008- }