We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67259e4 commit 0b6289dCopy full SHA for 0b6289d
ext/xml/tests/gh14834.phpt
@@ -2,6 +2,11 @@
2
GH-14834 (Error installing PHP when --with-pear is used)
3
--EXTENSIONS--
4
xml
5
+--SKIPIF--
6
+<?php
7
+require __DIR__ . '/libxml_expat_skipif.inc';
8
+skipif(want_expat: false);
9
+?>
10
--FILE--
11
<?php
12
$xml = <<<XML
0 commit comments