diff options
| author | Jeff Welch <whatthejeff@gmail.com> | 2014-06-08 04:09:14 -0400 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2014-06-08 13:50:22 -0700 |
| commit | 5fd7c2b01ddfcf932f364dc7065e7b0dd492655e (patch) | |
| tree | 62cbf2c546986fd214b3eb408efe6500834b6f2a /ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt | |
| parent | 811f35d0ed6c843be7cd895640592588be354254 (diff) | |
| download | php-git-5fd7c2b01ddfcf932f364dc7065e7b0dd492655e.tar.gz | |
Remove superfluous echos.
Diffstat (limited to 'ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt')
| -rw-r--r-- | ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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-- <?php $rc = new ReflectionFunction('ereg'); -echo var_dump($rc->isDeprecated()); +var_dump($rc->isDeprecated()); --EXPECTF-- bool(true) |
