summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_getClosureThis.phpt')
-rw-r--r--ext/reflection/tests/ReflectionMethod_getClosureThis.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt b/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt
index 58c09994cf..536f40c2e1 100644
--- a/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt
+++ b/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt
@@ -2,9 +2,7 @@
Reflection::getClosureThis()
--SKIPIF--
<?php
-if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50300) {
- print 'skip';
-}
+if (!extension_loaded('reflection')) print 'skip';
?>
--FILE--
<?php