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