summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug60367.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug60367.phpt')
-rw-r--r--ext/reflection/tests/bug60367.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug60367.phpt b/ext/reflection/tests/bug60367.phpt
index 5c4a098979..3834445733 100644
--- a/ext/reflection/tests/bug60367.phpt
+++ b/ext/reflection/tests/bug60367.phpt
@@ -24,5 +24,5 @@ $method->invokeArgs(null, array());
$method = new ReflectionMethod("A::call");
$method->invoke(null);
$method->invokeArgs(null, array());
---EXPECTF--
+--EXPECT--
BBAA