diff options
-rw-r--r-- | ext/xml/tests/bug62328.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/xml/tests/bug62328.phpt b/ext/xml/tests/bug62328.phpt index e4c3c59d37..c59a4aac0c 100644 --- a/ext/xml/tests/bug62328.phpt +++ b/ext/xml/tests/bug62328.phpt @@ -3,6 +3,8 @@ Bug #62328 (implementing __toString and a cast to string fails) --SKIPIF-- <?php require_once("skipif.inc"); +if (!extension_loaded("SimpleXML")) + die("skip: SimpleXML extension not available"); ?> --FILE-- <?php |