summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/reflection001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/return_types/reflection001.phpt')
-rw-r--r--Zend/tests/return_types/reflection001.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/return_types/reflection001.phpt b/Zend/tests/return_types/reflection001.phpt
index 6d5b894206..c95f7292b5 100644
--- a/Zend/tests/return_types/reflection001.phpt
+++ b/Zend/tests/return_types/reflection001.phpt
@@ -2,9 +2,8 @@
Return type and Reflection::export()
--SKIPIF--
<?php
-if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 70000) {
- print 'skip';
-}
+if (!extension_loaded('reflection')) print 'skip';
+?>
--FILE--
<?php
@@ -42,3 +41,4 @@ Class [ <user> class A ] {
}
}
}
+