mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- add skipif for dom
This commit is contained in:
parent
4bb816605a
commit
1a166b2100
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue