Skip to content

Commit 1aaec4d

Browse files
committed
SKIPIF to EXTENSIONS
1 parent 649af56 commit 1aaec4d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ext/simplexml/tests/bug81325.phpt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
--TEST--
22
BUg #81325 (segfault in zif_simplexml_import_dom)
3-
--SKIPIF--
4-
<?php
5-
if (!extension_loaded('simplexml')) die('skip simplexml not available');
6-
if (!extension_loaded('dom')) die('skip dom not available');
7-
?>
3+
--EXTENSIONS--
4+
simplexml
5+
dom
86
--FILE--
97
<?php
108
$dom = new DOMDocument;

0 commit comments

Comments
 (0)