summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/024.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/024.phpt')
-rw-r--r--ext/reflection/tests/024.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/024.phpt b/ext/reflection/tests/024.phpt
index a1c2c81a93..ae900e638f 100644
--- a/ext/reflection/tests/024.phpt
+++ b/ext/reflection/tests/024.phpt
@@ -17,7 +17,7 @@ $x->p3 = 5;
$obj = new ReflectionObject($x);
echo $obj;
?>
---EXPECTF--
+--EXPECTF--
Object of class [ <user> class C1 ] {
@@ %s024.php 2-6