mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
SKIPIF to EXTENSIONS
This commit is contained in:
parent
649af56ad6
commit
1aaec4df67
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
--TEST--
|
||||
BUg #81325 (segfault in zif_simplexml_import_dom)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded('simplexml')) die('skip simplexml not available');
|
||||
if (!extension_loaded('dom')) die('skip dom not available');
|
||||
?>
|
||||
--EXTENSIONS--
|
||||
simplexml
|
||||
dom
|
||||
--FILE--
|
||||
<?php
|
||||
$dom = new DOMDocument;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue