1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

SKIPIF to EXTENSIONS

This commit is contained in:
Remi Collet
2021-08-03 12:16:13 +02:00
parent 649af56ad6
commit 1aaec4df67

View File

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