summaryrefslogtreecommitdiff
path: root/ext/xml/tests/bug25666.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/bug25666.phpt')
-rw-r--r--ext/xml/tests/bug25666.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/xml/tests/bug25666.phpt b/ext/xml/tests/bug25666.phpt
index ce67ea8ed..e162d5a2b 100644
--- a/ext/xml/tests/bug25666.phpt
+++ b/ext/xml/tests/bug25666.phpt
@@ -2,7 +2,8 @@
Bug #25666 (XML namespaces broken in libxml-based SAX interface)
--SKIPIF--
<?php
-if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");}
+require_once("skipif.inc");
+if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this platform");}
?>
--FILE--
<?php