diff options
author | Sebastian Bergmann <sebastian@php.net> | 2008-05-24 13:34:22 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2008-05-24 13:34:22 +0000 |
commit | 30a8d14fbcc53523e47dec49ece8677321137cd4 (patch) | |
tree | e1bcdf812e55c38f9d397fcb780a2b8460662dff | |
parent | 5f360ab9bff5424fe55b684f7c71459db3c193cf (diff) | |
download | php-git-30a8d14fbcc53523e47dec49ece8677321137cd4.tar.gz |
Drop SKIPIF check for ext/reflection.
92 files changed, 14 insertions, 198 deletions
diff --git a/ext/reflection/tests/001.phpt b/ext/reflection/tests/001.phpt index 8e4a487298..f68afc950e 100755 --- a/ext/reflection/tests/001.phpt +++ b/ext/reflection/tests/001.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection inheritance ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/002.phpt b/ext/reflection/tests/002.phpt index e522ac807a..195aeb23e7 100755 --- a/ext/reflection/tests/002.phpt +++ b/ext/reflection/tests/002.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection properties are read only ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/003.phpt b/ext/reflection/tests/003.phpt index af8d82d576..80bf0a6513 100755 --- a/ext/reflection/tests/003.phpt +++ b/ext/reflection/tests/003.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::invoke() with base class method ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/004.phpt b/ext/reflection/tests/004.phpt index 362cbcecdd..2c81c506be 100755 --- a/ext/reflection/tests/004.phpt +++ b/ext/reflection/tests/004.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::invoke() with non object or null value ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/005.phpt b/ext/reflection/tests/005.phpt index bedc7d0326..f337e44ae6 100755 --- a/ext/reflection/tests/005.phpt +++ b/ext/reflection/tests/005.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::getDocComment() uses wrong comment block ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/006.phpt b/ext/reflection/tests/006.phpt index 9e97ae4654..89c438765a 100755 --- a/ext/reflection/tests/006.phpt +++ b/ext/reflection/tests/006.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::[gs]etStaticPropertyValue ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/007.phpt b/ext/reflection/tests/007.phpt index 83764e5515..004158ccff 100755 --- a/ext/reflection/tests/007.phpt +++ b/ext/reflection/tests/007.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::newInstance[Args] ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/008.phpt b/ext/reflection/tests/008.phpt index c5ee5b33e1..2abdcdb57b 100755 --- a/ext/reflection/tests/008.phpt +++ b/ext/reflection/tests/008.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::__construct() tests ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/009.phpt b/ext/reflection/tests/009.phpt index bfe37c52f9..e96b21ebaf 100755 --- a/ext/reflection/tests/009.phpt +++ b/ext/reflection/tests/009.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionFunction basic tests ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/026.phpt b/ext/reflection/tests/026.phpt index 8043cb8356..dc4c4a3923 100644 --- a/ext/reflection/tests/026.phpt +++ b/ext/reflection/tests/026.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionExtension::info() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php $r = new ReflectionExtension("reflection"); diff --git a/ext/reflection/tests/ReflectionMethod_basic1.phpt b/ext/reflection/tests/ReflectionMethod_basic1.phpt index 8671c5acb7..75ab957690 100644 --- a/ext/reflection/tests/ReflectionMethod_basic1.phpt +++ b/ext/reflection/tests/ReflectionMethod_basic1.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod class - various methods ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_basic2.phpt b/ext/reflection/tests/ReflectionMethod_basic2.phpt index 56ddb7fce7..1e21c427e4 100644 --- a/ext/reflection/tests/ReflectionMethod_basic2.phpt +++ b/ext/reflection/tests/ReflectionMethod_basic2.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod class __toString() and export() methods ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_basic3.phpt b/ext/reflection/tests/ReflectionMethod_basic3.phpt index 3bc5171386..7b65927667 100644 --- a/ext/reflection/tests/ReflectionMethod_basic3.phpt +++ b/ext/reflection/tests/ReflectionMethod_basic3.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod class getName(), isInternal() and isUserDefined() methods ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_basic4.phpt b/ext/reflection/tests/ReflectionMethod_basic4.phpt index 9aac8c67f1..82672e44f5 100644 --- a/ext/reflection/tests/ReflectionMethod_basic4.phpt +++ b/ext/reflection/tests/ReflectionMethod_basic4.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod class getFileName(), getStartLine() and getEndLine() methods ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt b/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt index 5655b0eeab..dcc6080b42 100644 --- a/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::isConstructor() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt b/ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt index f043e5247a..6afc70032a 100644 --- a/ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::getDeclaringClass() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt index 542ddf0141..c01f689cf4 100644 --- a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::getDocComment() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php /** @@ -112,4 +110,4 @@ string(%d) "/** My Doc Comment for B::protStatf string(%d) "/** * My Doc Comment for A::finalStatPubf - */"
\ No newline at end of file + */" diff --git a/ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt b/ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt index 041d17ef32..b3e4d9e30f 100644 --- a/ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt +++ b/ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::getDocComment() errors ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class C { function f() {} } diff --git a/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt b/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt index 74b96f8eef..3e6ddc6b2c 100644 --- a/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::getModifiers() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt b/ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt index 1a3d7c8ea9..4c50b96b9d 100644 --- a/ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::getStaticVariables() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php @@ -62,4 +60,4 @@ array(0) { Internal Method: array(0) { -}
\ No newline at end of file +} diff --git a/ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt b/ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt index b6dd1c90f7..24282cda46 100644 --- a/ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::invokeArgs() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt b/ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt index 19b7fe2885..ac97e3ed2a 100644 --- a/ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt +++ b/ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod:invokeArgs() errors ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt b/ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt index ebdf9730b0..2ec41c2ddb 100644 --- a/ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt +++ b/ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::invokeArgs() further errors ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt b/ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt index 834f35d668..a0a336a9ae 100644 --- a/ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt +++ b/ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::invokeArgs() further errors ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_invoke_basic.phpt b/ext/reflection/tests/ReflectionMethod_invoke_basic.phpt index c08b915e80..c03a510e5b 100644 --- a/ext/reflection/tests/ReflectionMethod_invoke_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_invoke_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::invoke() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_invoke_error1.phpt b/ext/reflection/tests/ReflectionMethod_invoke_error1.phpt index 2846a13c6a..758f1acd13 100644 --- a/ext/reflection/tests/ReflectionMethod_invoke_error1.phpt +++ b/ext/reflection/tests/ReflectionMethod_invoke_error1.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::invoke() errors ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_invoke_error2.phpt b/ext/reflection/tests/ReflectionMethod_invoke_error2.phpt index cb3b1c2d2a..a070c8f583 100644 --- a/ext/reflection/tests/ReflectionMethod_invoke_error2.phpt +++ b/ext/reflection/tests/ReflectionMethod_invoke_error2.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::invoke() further errors ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt b/ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt index b3a1f8c00c..f1fd205118 100644 --- a/ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionMethod::returnsReference() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug26640.phpt b/ext/reflection/tests/bug26640.phpt index 026e67561a..e375fd4f89 100755 --- a/ext/reflection/tests/bug26640.phpt +++ b/ext/reflection/tests/bug26640.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #26640 (__autoload() not invoked by Reflection classes) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug26695.phpt b/ext/reflection/tests/bug26695.phpt index 22619d4f1a..e429f766e9 100755 --- a/ext/reflection/tests/bug26695.phpt +++ b/ext/reflection/tests/bug26695.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #26695 (Reflection API does not recognize mixed-case class hints) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php @@ -24,4 +22,4 @@ var_dump($class->getName()); ===DONE=== --EXPECT-- string(3) "Foo" -===DONE===
\ No newline at end of file +===DONE=== diff --git a/ext/reflection/tests/bug29268.phpt b/ext/reflection/tests/bug29268.phpt index cd8f9b8ed1..d8efc0b06e 100755 --- a/ext/reflection/tests/bug29268.phpt +++ b/ext/reflection/tests/bug29268.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #29268 (__autoload() not called with reflectionProperty->getClass()) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php function __autoload($classname) { diff --git a/ext/reflection/tests/bug29523.phpt b/ext/reflection/tests/bug29523.phpt index ac83cc789b..e74403c6a6 100755 --- a/ext/reflection/tests/bug29523.phpt +++ b/ext/reflection/tests/bug29523.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #29523 (ReflectionParameter::isOptional() is incorrect) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug29828.phpt b/ext/reflection/tests/bug29828.phpt index 7d4de40c12..43e32d2116 100755 --- a/ext/reflection/tests/bug29828.phpt +++ b/ext/reflection/tests/bug29828.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #29828 (Interfaces no longer work) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug29986.phpt b/ext/reflection/tests/bug29986.phpt index 062eff6f92..d30b3a6f88 100644 --- a/ext/reflection/tests/bug29986.phpt +++ b/ext/reflection/tests/bug29986.phpt @@ -2,8 +2,6 @@ Reflection Bug #29986 (Class constants won't work with predefined constants when using ReflectionClass) --INI-- precision=14 ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class just_constants diff --git a/ext/reflection/tests/bug30146.phpt b/ext/reflection/tests/bug30146.phpt index 3a7ce92a01..3f621414f1 100755 --- a/ext/reflection/tests/bug30146.phpt +++ b/ext/reflection/tests/bug30146.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #30146 (ReflectionProperty->getValue() requires instance for static property) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class test { @@ -22,4 +20,4 @@ var_dump($r->getValue()); int(1) int(2) int(3) -===DONE===
\ No newline at end of file +===DONE=== diff --git a/ext/reflection/tests/bug30148.phpt b/ext/reflection/tests/bug30148.phpt index d058aaa248..aa5841ee5b 100755 --- a/ext/reflection/tests/bug30148.phpt +++ b/ext/reflection/tests/bug30148.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php @@ -34,4 +32,4 @@ bool(false) bool(true) bool(false) bool(true) -===DONE===
\ No newline at end of file +===DONE=== diff --git a/ext/reflection/tests/bug30209.phpt b/ext/reflection/tests/bug30209.phpt index bab16ee35e..2735a741e2 100755 --- a/ext/reflection/tests/bug30209.phpt +++ b/ext/reflection/tests/bug30209.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #30209 (ReflectionClass::getMethod() lowercases attribute) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug30856.phpt b/ext/reflection/tests/bug30856.phpt index e5f06ab057..39fc1104ab 100755 --- a/ext/reflection/tests/bug30856.phpt +++ b/ext/reflection/tests/bug30856.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #30856 (ReflectionClass::getStaticProperties segfaults) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class bogus { diff --git a/ext/reflection/tests/bug30961.phpt b/ext/reflection/tests/bug30961.phpt index dab07417b3..a61c992ec6 100755 --- a/ext/reflection/tests/bug30961.phpt +++ b/ext/reflection/tests/bug30961.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #30961 (Wrong linenumber in ReflectionClass getStartLine()) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class a diff --git a/ext/reflection/tests/bug31651.phpt b/ext/reflection/tests/bug31651.phpt index 66a56c0f47..59f19eae5d 100755 --- a/ext/reflection/tests/bug31651.phpt +++ b/ext/reflection/tests/bug31651.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug32981.phpt b/ext/reflection/tests/bug32981.phpt index 53214d7aa0..5735674585 100755 --- a/ext/reflection/tests/bug32981.phpt +++ b/ext/reflection/tests/bug32981.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug33312.phpt b/ext/reflection/tests/bug33312.phpt index b39ec3c6f1..ffa9180fce 100755 --- a/ext/reflection/tests/bug33312.phpt +++ b/ext/reflection/tests/bug33312.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #33312 (ReflectionParameter methods do not work correctly) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class Foo { diff --git a/ext/reflection/tests/bug33389.phpt b/ext/reflection/tests/bug33389.phpt index d2a84e212d..f1997a397c 100755 --- a/ext/reflection/tests/bug33389.phpt +++ b/ext/reflection/tests/bug33389.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #33389 (double free() when exporting a ReflectionClass) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php define ('foobar', 1); diff --git a/ext/reflection/tests/bug36308.phpt b/ext/reflection/tests/bug36308.phpt index 52717b474a..79aa5f8fa1 100755 --- a/ext/reflection/tests/bug36308.phpt +++ b/ext/reflection/tests/bug36308.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class Base { @@ -19,4 +17,4 @@ $props = $reflect->getProperties(); echo $props[0]->getDocComment(); ?> --EXPECT-- -/** Extended commentary */
\ No newline at end of file +/** Extended commentary */ diff --git a/ext/reflection/tests/bug36337.phpt b/ext/reflection/tests/bug36337.phpt index 8ec928fc89..369d5bef1a 100644 --- a/ext/reflection/tests/bug36337.phpt +++ b/ext/reflection/tests/bug36337.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #36337 (ReflectionProperty fails to return correct visibility) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug36434.phpt b/ext/reflection/tests/bug36434.phpt index e305c657a8..218055d546 100644 --- a/ext/reflection/tests/bug36434.phpt +++ b/ext/reflection/tests/bug36434.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #36434 (Properties from parent class fail to indetify their true origin) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class ancester diff --git a/ext/reflection/tests/bug37816.phpt b/ext/reflection/tests/bug37816.phpt index 1121d54188..18a49046dc 100755 --- a/ext/reflection/tests/bug37816.phpt +++ b/ext/reflection/tests/bug37816.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug38132.phpt b/ext/reflection/tests/bug38132.phpt index aeb6246b89..16e56411f2 100755 --- a/ext/reflection/tests/bug38132.phpt +++ b/ext/reflection/tests/bug38132.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key names) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class foo { diff --git a/ext/reflection/tests/bug38194.phpt b/ext/reflection/tests/bug38194.phpt index 5c888af59d..d12f4e4a77 100755 --- a/ext/reflection/tests/bug38194.phpt +++ b/ext/reflection/tests/bug38194.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the class itself) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class Object { } diff --git a/ext/reflection/tests/bug38217.phpt b/ext/reflection/tests/bug38217.phpt index 590d7f79eb..cf007d9547 100644 --- a/ext/reflection/tests/bug38217.phpt +++ b/ext/reflection/tests/bug38217.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug38465.phpt b/ext/reflection/tests/bug38465.phpt index 1c703cb30e..f40d487a90 100644 --- a/ext/reflection/tests/bug38465.phpt +++ b/ext/reflection/tests/bug38465.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #38465 (ReflectionParameter fails on access to self::) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class Baz { diff --git a/ext/reflection/tests/bug38653.phpt b/ext/reflection/tests/bug38653.phpt index 0e6fcd035f..68781d2aba 100644 --- a/ext/reflection/tests/bug38653.phpt +++ b/ext/reflection/tests/bug38653.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #38653 (memory leak in ReflectionClass::getConstant()) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug38942.phpt b/ext/reflection/tests/bug38942.phpt index a02f596aff..817190c997 100755 --- a/ext/reflection/tests/bug38942.phpt +++ b/ext/reflection/tests/bug38942.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #38942 (Double old-style-ctor inheritance) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class foo { diff --git a/ext/reflection/tests/bug39001.phpt b/ext/reflection/tests/bug39001.phpt index 59bab0291a..1ed675f029 100644 --- a/ext/reflection/tests/bug39001.phpt +++ b/ext/reflection/tests/bug39001.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #39001 (ReflectionProperty returns incorrect declaring class for protected properties) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug39067.phpt b/ext/reflection/tests/bug39067.phpt index 020ae74e41..8a7a6044e1 100644 --- a/ext/reflection/tests/bug39067.phpt +++ b/ext/reflection/tests/bug39067.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #39067 (getDeclaringClass() and private properties) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug39884.phpt b/ext/reflection/tests/bug39884.phpt index 8022954bf2..dbc57ee521 100644 --- a/ext/reflection/tests/bug39884.phpt +++ b/ext/reflection/tests/bug39884.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class stubParamTest diff --git a/ext/reflection/tests/bug40431.phpt b/ext/reflection/tests/bug40431.phpt index 2f2b2d932e..6e6e4c5eb1 100644 --- a/ext/reflection/tests/bug40431.phpt +++ b/ext/reflection/tests/bug40431.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #40431 (dynamic properties may cause crash in ReflectionProperty methods) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/bug40794.phpt b/ext/reflection/tests/bug40794.phpt index ca4f3e92b9..bb93b91280 100644 --- a/ext/reflection/tests/bug40794.phpt +++ b/ext/reflection/tests/bug40794.phpt @@ -1,11 +1,5 @@ --TEST-- Bug #40794 (ReflectionObject::getValues() may crash when used with dynamic properties) ---SKIPIF-- -<?php -if (!extension_loaded("reflection")) { - die("skip"); -} -?> --FILE-- <?php diff --git a/ext/reflection/tests/bug41061.phpt b/ext/reflection/tests/bug41061.phpt index 977828ef65..771cd408d9 100755 --- a/ext/reflection/tests/bug41061.phpt +++ b/ext/reflection/tests/bug41061.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection Bug #41061 ("visibility error" in ReflectionFunction::export()) ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/parameters_001.phpt b/ext/reflection/tests/parameters_001.phpt index 62cd069b60..972b97c1c7 100755 --- a/ext/reflection/tests/parameters_001.phpt +++ b/ext/reflection/tests/parameters_001.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionParameter Check for parameter being optional ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/parameters_002.phpt b/ext/reflection/tests/parameters_002.phpt index 6f911448c2..a86191042f 100755 --- a/ext/reflection/tests/parameters_002.phpt +++ b/ext/reflection/tests/parameters_002.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionParameter::getClass(), getDeclaringClass(), getDeclaringFunction() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/property_exists.phpt b/ext/reflection/tests/property_exists.phpt index 8fd45f2b8c..aa8e114248 100755 --- a/ext/reflection/tests/property_exists.phpt +++ b/ext/reflection/tests/property_exists.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection and property_exists() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionClass_getExtensionName_basic.phpt b/ext/reflection/tests/reflectionClass_getExtensionName_basic.phpt index 7813cca315..310b22e695 100644 --- a/ext/reflection/tests/reflectionClass_getExtensionName_basic.phpt +++ b/ext/reflection/tests/reflectionClass_getExtensionName_basic.phpt @@ -1,7 +1,7 @@ --TEST-- ReflectionClass::getExtensionName() method - basic test for getExtensionName() method --SKIPIF-- -<?php extension_loaded('reflection') && extension_loaded('dom') or die('skip - reflection or dom extension not loaded'); ?> +<?php extension_loaded('dom') or die('skip - dom extension not loaded'); ?> --CREDITS-- Rein Velt <rein@velt.org> #testFest Roosendaal 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_getExtensionName_variation.phpt b/ext/reflection/tests/reflectionClass_getExtensionName_variation.phpt index 35372c4f84..998355cc7c 100644 --- a/ext/reflection/tests/reflectionClass_getExtensionName_variation.phpt +++ b/ext/reflection/tests/reflectionClass_getExtensionName_variation.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getExtensionName() method - variation test for getExtensionName() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Rein Velt <rein@velt.org> #testFest Roosendaal 2008-05-10 @@ -17,4 +15,4 @@ Rein Velt <rein@velt.org> var_dump( $rc->getExtensionName()) ; ?> --EXPECT-- -bool(false)
\ No newline at end of file +bool(false) diff --git a/ext/reflection/tests/reflectionClass_getExtension_basic.phpt b/ext/reflection/tests/reflectionClass_getExtension_basic.phpt index efc1ed8eed..dbe157acd6 100644 --- a/ext/reflection/tests/reflectionClass_getExtension_basic.phpt +++ b/ext/reflection/tests/reflectionClass_getExtension_basic.phpt @@ -1,7 +1,7 @@ --TEST-- ReflectionClass::getExtension() method - basic test for getExtension() method --SKIPIF-- -<?php extension_loaded('reflection') && extension_loaded('dom') or die('skip - reflection or dom extension not loaded'); ?> +<?php extension_loaded('dom') or die('skip - dom extension not loaded'); ?> --CREDITS-- Rein Velt <rein@velt.org> #testFest Roosendaal 2008-05-10 @@ -14,4 +14,4 @@ Rein Velt <rein@velt.org> object(ReflectionExtension)#%d (1) { ["name"]=> string(3) "dom" -}
\ No newline at end of file +} diff --git a/ext/reflection/tests/reflectionClass_getExtension_variation.phpt b/ext/reflection/tests/reflectionClass_getExtension_variation.phpt index f2272777a0..5409504716 100644 --- a/ext/reflection/tests/reflectionClass_getExtension_variation.phpt +++ b/ext/reflection/tests/reflectionClass_getExtension_variation.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getExtension() method - variation test for getExtension() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Rein Velt <rein@velt.org> #testFest Roosendaal 2008-05-10 @@ -17,4 +15,4 @@ Rein Velt <rein@velt.org> var_dump( $rc->getExtension()) ; ?> --EXPECT-- -NULL
\ No newline at end of file +NULL diff --git a/ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt b/ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt index abbaa35f5c..6681c9f316 100644 --- a/ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt +++ b/ext/reflection/tests/reflectionClass_getInterfaceNames_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getInterfaceNames() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Michelangelo van Dam <dragonbe@gmail.com> #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_getModifiers_basic.phpt b/ext/reflection/tests/reflectionClass_getModifiers_basic.phpt index fad4e318c3..65f23c935f 100644 --- a/ext/reflection/tests/reflectionClass_getModifiers_basic.phpt +++ b/ext/reflection/tests/reflectionClass_getModifiers_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getModifiers() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Felix De Vliegher <felix.devliegher@gmail.com> --FILE-- @@ -36,4 +34,4 @@ int(64) int(128) int(524288) int(524416) -int(0)
\ No newline at end of file +int(0) diff --git a/ext/reflection/tests/reflectionClass_getParentClass.phpt b/ext/reflection/tests/reflectionClass_getParentClass.phpt index c73aeaa84e..46884ca2ba 100644 --- a/ext/reflection/tests/reflectionClass_getParentClass.phpt +++ b/ext/reflection/tests/reflectionClass_getParentClass.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::getParentClass() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Michelangelo van Dam <dragonbe@gmail.com> #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_hasConstant_basic.phpt b/ext/reflection/tests/reflectionClass_hasConstant_basic.phpt index 75d3d30e78..0ff2523d6f 100644 --- a/ext/reflection/tests/reflectionClass_hasConstant_basic.phpt +++ b/ext/reflection/tests/reflectionClass_hasConstant_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::hasConstant() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Marc Veldman <marc@ibuildings.nl> #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_hasMethod_basic.phpt b/ext/reflection/tests/reflectionClass_hasMethod_basic.phpt index 700218951f..fa4ee482b2 100644 --- a/ext/reflection/tests/reflectionClass_hasMethod_basic.phpt +++ b/ext/reflection/tests/reflectionClass_hasMethod_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::hasMethod() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Marc Veldman <marc@ibuildings.nl> #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_hasProperty_basic.phpt b/ext/reflection/tests/reflectionClass_hasProperty_basic.phpt index 26ca6a4cd5..d6dda7c2a3 100644 --- a/ext/reflection/tests/reflectionClass_hasProperty_basic.phpt +++ b/ext/reflection/tests/reflectionClass_hasProperty_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::hasProperty() ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Marc Veldman <marc@ibuildings.nl> #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_isAbstract_basic.phpt b/ext/reflection/tests/reflectionClass_isAbstract_basic.phpt index 7a3d577ef6..a7d19829a8 100644 --- a/ext/reflection/tests/reflectionClass_isAbstract_basic.phpt +++ b/ext/reflection/tests/reflectionClass_isAbstract_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isAbstract() method ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Felix De Vliegher <felix.devliegher@gmail.com> #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_isFinal_basic.phpt b/ext/reflection/tests/reflectionClass_isFinal_basic.phpt index efa131724e..57e577ad5f 100644 --- a/ext/reflection/tests/reflectionClass_isFinal_basic.phpt +++ b/ext/reflection/tests/reflectionClass_isFinal_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isFinal() method ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Felix De Vliegher <felix.devliegher@gmail.com> #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_isInterface_basic.phpt b/ext/reflection/tests/reflectionClass_isInterface_basic.phpt index 2e5c6302d8..66c9ae7d09 100644 --- a/ext/reflection/tests/reflectionClass_isInterface_basic.phpt +++ b/ext/reflection/tests/reflectionClass_isInterface_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isInterface() method ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Felix De Vliegher <felix.devliegher@gmail.com> #testfest roosendaal on 2008-05-10 diff --git a/ext/reflection/tests/reflectionClass_isIterateable_basic.phpt b/ext/reflection/tests/reflectionClass_isIterateable_basic.phpt index cfcf799e38..8b65b9a0bd 100644 --- a/ext/reflection/tests/reflectionClass_isIterateable_basic.phpt +++ b/ext/reflection/tests/reflectionClass_isIterateable_basic.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isIterateable() basic ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Felix De Vliegher <felix.devliegher@gmail.com>, Marc Veldman <marc@ibuildings.nl> --FILE-- diff --git a/ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt b/ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt index 654a37ec99..f6d0d5346a 100644 --- a/ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt +++ b/ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt @@ -1,7 +1,5 @@ --TEST-- ReflectionClass::isIterateable() variations ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip - reflection extension not loaded'); ?> --CREDITS-- Felix De Vliegher <felix.devliegher@gmail.com> --FILE-- diff --git a/ext/reflection/tests/reflectionProperty_basic1.phpt b/ext/reflection/tests/reflectionProperty_basic1.phpt index f7c1c8f10d..63f9542015 100644 --- a/ext/reflection/tests/reflectionProperty_basic1.phpt +++ b/ext/reflection/tests/reflectionProperty_basic1.phpt @@ -1,7 +1,5 @@ --TEST-- Test usage of ReflectionProperty methods __toString(), export(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), getValue() and setValue(). ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_basic2.phpt b/ext/reflection/tests/reflectionProperty_basic2.phpt index f2b5ff4fb9..b7b21333d3 100644 --- a/ext/reflection/tests/reflectionProperty_basic2.phpt +++ b/ext/reflection/tests/reflectionProperty_basic2.phpt @@ -1,7 +1,5 @@ --TEST-- Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDocComment(). ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_constructor_error.phpt b/ext/reflection/tests/reflectionProperty_constructor_error.phpt index 46cdc87ea9..38a34681db 100644 --- a/ext/reflection/tests/reflectionProperty_constructor_error.phpt +++ b/ext/reflection/tests/reflectionProperty_constructor_error.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty class constructor errors. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_error.phpt b/ext/reflection/tests/reflectionProperty_error.phpt index bae255c232..441d4d2b5e 100644 --- a/ext/reflection/tests/reflectionProperty_error.phpt +++ b/ext/reflection/tests/reflectionProperty_error.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty class errors. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_export_basic.phpt b/ext/reflection/tests/reflectionProperty_export_basic.phpt index 331fdb6a28..e77a3b714a 100644 --- a/ext/reflection/tests/reflectionProperty_export_basic.phpt +++ b/ext/reflection/tests/reflectionProperty_export_basic.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::export() usage. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_export_error.phpt b/ext/reflection/tests/reflectionProperty_export_error.phpt index 9351846f6b..ab09ed01f0 100644 --- a/ext/reflection/tests/reflectionProperty_export_error.phpt +++ b/ext/reflection/tests/reflectionProperty_export_error.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::export() errors. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt b/ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt index 3df3b26055..f4a3a0f543 100644 --- a/ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt +++ b/ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::getDeclaringClass() with inherited properties. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt b/ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt index 44416b7fcb..2c4815a35b 100644 --- a/ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt +++ b/ext/reflection/tests/reflectionProperty_getDocComment_basic.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::getDocComment() usage. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_getDocComment_error.phpt b/ext/reflection/tests/reflectionProperty_getDocComment_error.phpt index 8c1b68e81f..12a62173c3 100644 --- a/ext/reflection/tests/reflectionProperty_getDocComment_error.phpt +++ b/ext/reflection/tests/reflectionProperty_getDocComment_error.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::getDocComment() errors. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt b/ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt index 907a7e7be2..0d1b6bd13a 100644 --- a/ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt +++ b/ext/reflection/tests/reflectionProperty_getModifiers_basic.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::getModifiers() usage. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php @@ -45,4 +43,4 @@ D::a4: int(257) C::a5: int(513) D::a5: int(513) C::a6: int(1025) -D::a6: int(3073)
\ No newline at end of file +D::a6: int(3073) diff --git a/ext/reflection/tests/reflectionProperty_getValue_error.phpt b/ext/reflection/tests/reflectionProperty_getValue_error.phpt index acfc3b0a09..c2152e9f87 100644 --- a/ext/reflection/tests/reflectionProperty_getValue_error.phpt +++ b/ext/reflection/tests/reflectionProperty_getValue_error.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::getValue() errors. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_isDefault_basic.phpt b/ext/reflection/tests/reflectionProperty_isDefault_basic.phpt index 57c3d0f3cc..99f7c8bbc6 100644 --- a/ext/reflection/tests/reflectionProperty_isDefault_basic.phpt +++ b/ext/reflection/tests/reflectionProperty_isDefault_basic.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::isDefault() usage. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_setAccessible.phpt b/ext/reflection/tests/reflectionProperty_setAccessible.phpt index 5e26b2808a..c48a828e6b 100644 --- a/ext/reflection/tests/reflectionProperty_setAccessible.phpt +++ b/ext/reflection/tests/reflectionProperty_setAccessible.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::setAccessible(). ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/reflectionProperty_setValue_error.phpt b/ext/reflection/tests/reflectionProperty_setValue_error.phpt index 960778235c..7161c53529 100644 --- a/ext/reflection/tests/reflectionProperty_setValue_error.phpt +++ b/ext/reflection/tests/reflectionProperty_setValue_error.phpt @@ -1,7 +1,5 @@ --TEST-- Test ReflectionProperty::setValue() error cases. ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php diff --git a/ext/reflection/tests/static_properties_002.phpt b/ext/reflection/tests/static_properties_002.phpt index 0713af40c4..218c629cdb 100755 --- a/ext/reflection/tests/static_properties_002.phpt +++ b/ext/reflection/tests/static_properties_002.phpt @@ -1,7 +1,5 @@ --TEST-- Reflection and inheriting static properties ---SKIPIF-- -<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php @@ -59,4 +57,4 @@ derived::inc() base::show(3) derived::show(3) Number of properties: 1 -Done
\ No newline at end of file +Done |