]> granicus.if.org Git - php/commitdiff
- MFH: Fix test
authorJohannes Schlüter <johannes@php.net>
Tue, 12 Jun 2007 17:24:38 +0000 (17:24 +0000)
committerJohannes Schlüter <johannes@php.net>
Tue, 12 Jun 2007 17:24:38 +0000 (17:24 +0000)
ext/simplexml/tests/bug37565.phpt

index 019fc7169ab5e57f2fb8b5b8c6bc53d286e2b724..c1e51040b699beba4012f24e8ab12928be2b8c63 100755 (executable)
@@ -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