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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user