From 5fd7c2b01ddfcf932f364dc7065e7b0dd492655e Mon Sep 17 00:00:00 2001 From: Jeff Welch Date: Sun, 8 Jun 2014 04:09:14 -0400 Subject: Remove superfluous echos. --- ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 31d37a85f1..4148fada0c 100644 --- a/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt +++ b/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt @@ -10,6 +10,6 @@ if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION --FILE-- isDeprecated()); +var_dump($rc->isDeprecated()); --EXPECTF-- bool(true) -- cgit v1.2.1