summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/010.phpt')
-rw-r--r--ext/reflection/tests/010.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/010.phpt b/ext/reflection/tests/010.phpt
index 8f92feea09..8a08d9a788 100644
--- a/ext/reflection/tests/010.phpt
+++ b/ext/reflection/tests/010.phpt
@@ -15,7 +15,7 @@ class Bar extends Foo {
$m = new ReflectionMethod("Bar::func");
echo $m;
?>
---EXPECTF--
+--EXPECTF--
Method [ <user, overwrites Foo, prototype Foo> public method func ] {
@@ %s010.php 7 - 8
}