diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-24 17:02:44 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-24 17:02:44 +0000 |
commit | e4becf42ed611a443afd1ea8199561478289b5ee (patch) | |
tree | cf8710cbd8a21198895a95ecc335beabee11ee20 | |
parent | 7592362b4c6d0726d548fa99d6e9ac3b5a670660 (diff) | |
download | php-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.phpt | 5 |
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"); |