summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug38942.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug38942.phpt')
-rwxr-xr-xext/reflection/tests/bug38942.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/bug38942.phpt b/ext/reflection/tests/bug38942.phpt
index 817190c997..a02f596aff 100755
--- a/ext/reflection/tests/bug38942.phpt
+++ b/ext/reflection/tests/bug38942.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #38942 (Double old-style-ctor inheritance)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php
class foo {