summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/rfc002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/return_types/rfc002.phpt')
-rw-r--r--Zend/tests/return_types/rfc002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/return_types/rfc002.phpt b/Zend/tests/return_types/rfc002.phpt
index 2f3ff02b1c..8d0ed0862f 100644
--- a/Zend/tests/return_types/rfc002.phpt
+++ b/Zend/tests/return_types/rfc002.phpt
@@ -9,5 +9,5 @@ function answer(): int {
var_dump(answer());
---EXPECTF--
+--EXPECT--
int(42)