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