]> granicus.if.org Git - php/commitdiff
Fix test
authorXinchen Hui <laruence@php.net>
Sat, 25 Feb 2012 03:19:27 +0000 (03:19 +0000)
committerXinchen Hui <laruence@php.net>
Sat, 25 Feb 2012 03:19:27 +0000 (03:19 +0000)
Zend/tests/bug61165.phpt

index 1c8d6899cadfca65d66db9f2024cb510b928a3c3..4d940b83fd2bd4b07991a037cd225047394f8308 100644 (file)
@@ -21,8 +21,8 @@ $t = new T;
 for ($i = 0; $i < 3; $i++) {
     strip_tags($t);
        strip_tags(new T);
-    echo "$i\n";
 }
+var_dump($handler);
 --EXPECTF--
 object(T)#%d (1) {
   ["_this"]=>