Browse Source

- add skipif for dom

pull/271/head
Pierre Joye 15 years ago
parent
commit
8dc7e3d8c6
  1. 4
      ext/simplexml/tests/bug51615.phpt

4
ext/simplexml/tests/bug51615.phpt

@ -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

Loading…
Cancel
Save