diff options
Diffstat (limited to 'Zend/tests/bug30162.phpt')
-rw-r--r-- | Zend/tests/bug30162.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug30162.phpt b/Zend/tests/bug30162.phpt index a011292a13..9cd3e9d524 100644 --- a/Zend/tests/bug30162.phpt +++ b/Zend/tests/bug30162.phpt @@ -24,7 +24,7 @@ class hariCow extends FIIFO { } catch(Exception $e) { } } - + public function __toString() { return "Rusticus in asino sedet."; } |