summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/finish_leave_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/tests/finish_leave_001.phpt')
-rw-r--r--sapi/phpdbg/tests/finish_leave_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/tests/finish_leave_001.phpt b/sapi/phpdbg/tests/finish_leave_001.phpt
index e345752b00..cac771fd2f 100644
--- a/sapi/phpdbg/tests/finish_leave_001.phpt
+++ b/sapi/phpdbg/tests/finish_leave_001.phpt
@@ -32,7 +32,7 @@ prompt>
<?php
function foo() {
$other = bar();
-
+
return ["hello", $other];
}