- add skipif for dom

This commit is contained in:
Pierre Joye 2011-09-07 08:12:08 +00:00
parent c5eddd74fe
commit 8dc7e3d8c6

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