From: Adam Harvey Date: Thu, 5 Mar 2015 00:51:05 +0000 (+0000) Subject: Use a deprecated function that still exists. X-Git-Tag: POST_PHP7_EREG_MYSQL_REMOVALS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10c471a60bde89745e5e5528184386db4053b4b1;p=php Use a deprecated function that still exists. --- diff --git a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt index 720ac95f4f..39323fd280 100644 --- a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt +++ b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt @@ -3,9 +3,15 @@ ReflectionFunction::isDeprecated --CREDITS-- Stefan Koopmanschap TestFest PHP|Tek +--SKIPIF-- + --FILE-- isDeprecated()); --EXPECTF-- bool(true)