summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug38653.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug38653.phpt')
-rw-r--r--ext/reflection/tests/bug38653.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/bug38653.phpt b/ext/reflection/tests/bug38653.phpt
index 68781d2aba..0e6fcd035f 100644
--- a/ext/reflection/tests/bug38653.phpt
+++ b/ext/reflection/tests/bug38653.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #38653 (memory leak in ReflectionClass::getConstant())
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php