mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
- MFH: Fix test
This commit is contained in:
parent
5aea16e06b
commit
62849e3fee
@ -1,7 +1,7 @@
|
||||
--TEST--
|
||||
Bug #37565 (Using reflection::export with simplexml causing a crash)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
||||
<?php if (!extension_loaded("simplexml") || !extension_loaded('reflection')) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user