Browse Source

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.
experimental/threaded
Ilia Alshanetsky 24 years ago
parent
commit
e4becf42ed
  1. 5
      ext/domxml/tests/001.phpt

5
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");

Loading…
Cancel
Save