- add skipif for dom

This commit is contained in:
Pierre Joye 2011-09-07 08:12:08 +00:00
parent 4bb816605a
commit 1a166b2100

View file

@ -1,7 +1,9 @@
--TEST--
Bug #51615 (PHP crash with wrong HTML in SimpleXML)
--SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
<?php if (!extension_loaded("simplexml")) print "skip";
if (!extension_loaded("dom")) print "skip";
?>
--FILE--
<?php