summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/013.phpt')
-rw-r--r--ext/reflection/tests/013.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/013.phpt b/ext/reflection/tests/013.phpt
index 9ecfa8b66c..9905b95a7a 100644
--- a/ext/reflection/tests/013.phpt
+++ b/ext/reflection/tests/013.phpt
@@ -8,6 +8,6 @@ $ext = new ReflectionExtension("standard");
$funcs = $ext->getFunctions();
echo $funcs["sleep"]->getName();
?>
---EXPECT--
+--EXPECT--
sleep