From 86de7963fe69638431c0aa8f413d25e01bf99d68 Mon Sep 17 00:00:00 2001 From: Tjerk Meesters Date: Thu, 28 Aug 2014 16:41:38 +0800 Subject: Removing ext/ereg and dependencies Affected extensions: - opcache (use pcre) - mbstring (removed ereg functions overloading) - pgsql (use pcre) - reflection (test cases using 'ereg') SAPI: - apache (header only) - apache_hooks (header only) --- ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt') diff --git a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt index 4148fada0c..720ac95f4f 100644 --- a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt +++ b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt @@ -3,13 +3,9 @@ ReflectionFunction::isDeprecated --CREDITS-- Stefan Koopmanschap TestFest PHP|Tek ---SKIPIF-- - --FILE-- isDeprecated()); --EXPECTF-- bool(true) -- cgit v1.2.1