We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae66a0d commit 655f116Copy full SHA for 655f116
ext/dom/tests/DOMDocument_saveXML_XML_SAVE_NO_DECL.phpt
@@ -2,6 +2,10 @@
2
DOMDocument::saveXML(): XML_SAVE_NO_DECL
3
--EXTENSIONS--
4
dom
5
+--SKIPIF--
6
+<?php
7
+if (getenv('SKIP_ASAN') && LIBXML_VERSION < 20911) die('xleak leaks under libxml2 versions older than 2.9.11');
8
+?>
9
--FILE--
10
<?php
11
$doc = new DOMDocument();
0 commit comments