]> granicus.if.org Git - php/commitdiff
Ignore the memleak in this test
authorZeev Suraski <zeev@php.net>
Tue, 10 Feb 2004 22:13:07 +0000 (22:13 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 10 Feb 2004 22:13:07 +0000 (22:13 +0000)
Zend/tests/bug26698.phpt

index c55cb596cddb6554715e0f3dfb06711e9297c1fa..aecc708a0d682a529da0af9723555c7906fc34c5 100755 (executable)
@@ -3,6 +3,8 @@ Bug #26698 (Thrown exceptions while evaluting argument to pass as parameter cras
 --FILE--
 <?php
 
+ini_set("report_memleaks", 0);  // the exception thrown in this test results in a memory leak, which is fine
+
 class Object
 {
        function getNone()