summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-10-24 17:02:44 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-10-24 17:02:44 +0000
commite4becf42ed611a443afd1ea8199561478289b5ee (patch)
treecf8710cbd8a21198895a95ecc335beabee11ee20
parent7592362b4c6d0726d548fa99d6e9ac3b5a670660 (diff)
downloadphp-git-e4becf42ed611a443afd1ea8199561478289b5ee.tar.gz
Added an ini option to hide the expected memory leak. This is done for
compatibility with systems where report_memleak is turned off or running PHP with --disable-debug.
-rw-r--r--ext/domxml/tests/001.phpt5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/domxml/tests/001.phpt b/ext/domxml/tests/001.phpt
index 300c696869..917742ee9a 100644
--- a/ext/domxml/tests/001.phpt
+++ b/ext/domxml/tests/001.phpt
@@ -1,11 +1,10 @@
--TEST--
Test 1: Accessing single node
+--INI--
+report_memleaks=0
--SKIPIF--
<?php if(!extension_loaded("domxml")) print "skip"; ?>
---POST--
---GET--
--FILE--
-
<?php
require_once("domxml_test.inc");