summaryrefslogtreecommitdiff
path: root/src/tests/xxe/disable_xxe_xml_parse.phpt
diff options
context:
space:
mode:
authorChristian Göttsche2026-02-15 20:00:01 +0100
committerjvoisin2026-02-15 20:49:09 +0100
commit9e94280c0b6356be37b8f9a0a4d2303146863a5b (patch)
tree7f1441efa79d29cd9614a1318a9927eb3d20c179 /src/tests/xxe/disable_xxe_xml_parse.phpt
parent9ae9a21b60a25aa4df009211dbfbd9ac765e4ecb (diff)
tests: add several skip reasons
Co-authored-by: Julien "jvoisin" Voisin <julien.voisin@dustri.org>
Diffstat (limited to '')
-rw-r--r--src/tests/xxe/disable_xxe_xml_parse.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/xxe/disable_xxe_xml_parse.phpt b/src/tests/xxe/disable_xxe_xml_parse.phpt
index 4a8292d..00627e7 100644
--- a/src/tests/xxe/disable_xxe_xml_parse.phpt
+++ b/src/tests/xxe/disable_xxe_xml_parse.phpt
@@ -8,7 +8,7 @@ Disable XXE in xml_parse
8 echo "skip because the `xml` extension isn't loaded"; 8 echo "skip because the `xml` extension isn't loaded";
9} 9}
10 ?> 10 ?>
11<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> 11<?php if (PHP_VERSION_ID >= 80000) print "skip Not applicable for PHP 8+"; ?>
12--EXTENSIONS-- 12--EXTENSIONS--
13xml 13xml
14--INI-- 14--INI--