summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests')
-rw-r--r--ext/reflection/tests/005.phpt1
-rw-r--r--ext/reflection/tests/009.phpt1
-rw-r--r--ext/reflection/tests/025.phpt1
-rw-r--r--ext/reflection/tests/ReflectionClass_getDocComment_001.phpt1
-rw-r--r--ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt1
-rw-r--r--ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt1
-rw-r--r--ext/reflection/tests/ReflectionProperty_basic2.phpt1
-rw-r--r--ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt1
-rw-r--r--ext/reflection/tests/bug36308.phpt1
-rw-r--r--ext/reflection/tests/bug64936.phpt1
10 files changed, 0 insertions, 10 deletions
diff --git a/ext/reflection/tests/005.phpt b/ext/reflection/tests/005.phpt
index e257699b6f..e40fcc3099 100644
--- a/ext/reflection/tests/005.phpt
+++ b/ext/reflection/tests/005.phpt
@@ -2,7 +2,6 @@
ReflectionMethod::getDocComment() uses wrong comment block
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
diff --git a/ext/reflection/tests/009.phpt b/ext/reflection/tests/009.phpt
index 81fe93a255..c6a252cfca 100644
--- a/ext/reflection/tests/009.phpt
+++ b/ext/reflection/tests/009.phpt
@@ -2,7 +2,6 @@
ReflectionFunction basic tests
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
diff --git a/ext/reflection/tests/025.phpt b/ext/reflection/tests/025.phpt
index cd375454b5..0259d66bd3 100644
--- a/ext/reflection/tests/025.phpt
+++ b/ext/reflection/tests/025.phpt
@@ -4,7 +4,6 @@ ReflectionFunction basic tests
<?php extension_loaded('reflection') or die('skip'); ?>
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
diff --git a/ext/reflection/tests/ReflectionClass_getDocComment_001.phpt b/ext/reflection/tests/ReflectionClass_getDocComment_001.phpt
index efa7e9a10a..624829f014 100644
--- a/ext/reflection/tests/ReflectionClass_getDocComment_001.phpt
+++ b/ext/reflection/tests/ReflectionClass_getDocComment_001.phpt
@@ -5,7 +5,6 @@ Robin Fernandes <robinf@php.net>
Steve Seear <stevseea@php.net>
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
/**
diff --git a/ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt b/ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt
index 68d1d9d3a1..2d5bb928b2 100644
--- a/ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt
+++ b/ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt
@@ -5,7 +5,6 @@ Robin Fernandes <robinf@php.net>
Steve Seear <stevseea@php.net>
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
diff --git a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt
index b04fb6c9fc..e79092421d 100644
--- a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt
+++ b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt
@@ -2,7 +2,6 @@
ReflectionMethod::getDocComment()
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
/**
diff --git a/ext/reflection/tests/ReflectionProperty_basic2.phpt b/ext/reflection/tests/ReflectionProperty_basic2.phpt
index bc42d3f828..62938df100 100644
--- a/ext/reflection/tests/ReflectionProperty_basic2.phpt
+++ b/ext/reflection/tests/ReflectionProperty_basic2.phpt
@@ -2,7 +2,6 @@
Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDocComment().
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
diff --git a/ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt b/ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt
index f94ee8ca4c..8491f32597 100644
--- a/ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt
+++ b/ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt
@@ -2,7 +2,6 @@
Test ReflectionProperty::getDocComment() usage.
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
diff --git a/ext/reflection/tests/bug36308.phpt b/ext/reflection/tests/bug36308.phpt
index f923ee31ab..17d3cf1026 100644
--- a/ext/reflection/tests/bug36308.phpt
+++ b/ext/reflection/tests/bug36308.phpt
@@ -2,7 +2,6 @@
Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary)
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--FILE--
<?php
class Base {
diff --git a/ext/reflection/tests/bug64936.phpt b/ext/reflection/tests/bug64936.phpt
index 363a17f509..a4a66d4f48 100644
--- a/ext/reflection/tests/bug64936.phpt
+++ b/ext/reflection/tests/bug64936.phpt
@@ -2,7 +2,6 @@
ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
--INI--
opcache.save_comments=1
-opcache.load_comments=1
--SKIPIF--
<?php
if (!extension_loaded('reflection') || !extension_loaded('tokenizer')) print 'skip missing reflection of tokernizer extension';