summaryrefslogtreecommitdiff
path: root/Zend/tests/nullable_types/int.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/nullable_types/int.phpt')
-rw-r--r--Zend/tests/nullable_types/int.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/tests/nullable_types/int.phpt b/Zend/tests/nullable_types/int.phpt
index ec75132edb..b5bafb0956 100644
--- a/Zend/tests/nullable_types/int.phpt
+++ b/Zend/tests/nullable_types/int.phpt
@@ -9,8 +9,6 @@ function _int_(?int $v): ?int {
var_dump(_int_(null));
var_dump(_int_(1));
-
--EXPECT--
NULL
int(1)
-