- MFH: Fix test

This commit is contained in:
Johannes Schlüter 2007-06-12 17:24:38 +00:00
parent 5aea16e06b
commit 62849e3fee

View File

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