SKIPIF to EXTENSIONS

This commit is contained in:
Remi Collet 2021-08-03 12:16:13 +02:00
parent 649af56ad6
commit 1aaec4df67
No known key found for this signature in database
GPG key ID: DC9FF8D3EE5AF27F

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;