]> granicus.if.org Git - php/commitdiff
- Update test
authorMarcus Boerger <helly@php.net>
Thu, 25 May 2006 10:46:53 +0000 (10:46 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 25 May 2006 10:46:53 +0000 (10:46 +0000)
ext/standard/tests/strings/bug22224.phpt

index d64fc0acfc62b9623b032d7009da678dcce0dc37..c30f222f326062d9f26b2de24879fa4ff3e8a9ca 100644 (file)
@@ -4,7 +4,12 @@ Bug #22224 (implode changes object references in array)
 error_reporting=0
 --FILE--
 <?php
-class foo {
+class foo
+{
+       function __toString()
+       {
+               return "Object";
+       }
 }