summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug30209.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug30209.phpt')
-rw-r--r--ext/reflection/tests/bug30209.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug30209.phpt b/ext/reflection/tests/bug30209.phpt
index 2735a741e2..bc1f6c7e86 100644
--- a/ext/reflection/tests/bug30209.phpt
+++ b/ext/reflection/tests/bug30209.phpt
@@ -25,7 +25,7 @@ $foo = new Foo;
$foo->testBAR();
?>
===DONE===
---EXPECTF--
+--EXPECT--
string(7) "testBAR"
string(7) "testBAR"
===DONE===