diff options
Diffstat (limited to 'ext/reflection/tests/static_properties_002.phpt')
| -rw-r--r-- | ext/reflection/tests/static_properties_002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/static_properties_002.phpt b/ext/reflection/tests/static_properties_002.phpt index 218c629cdb..204c5e0e15 100644 --- a/ext/reflection/tests/static_properties_002.phpt +++ b/ext/reflection/tests/static_properties_002.phpt @@ -47,7 +47,7 @@ echo 'Number of properties: '. count($r->getStaticProperties()) . "\n"; echo "Done\n"; ?> ---EXPECTF-- +--EXPECT-- base::show(2) derived::show(2) base::inc() |
