summaryrefslogtreecommitdiff
path: root/ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt')
-rw-r--r--ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt b/ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt
index c27e60d1dd..135c636718 100644
--- a/ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt
+++ b/ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt
@@ -9,6 +9,5 @@ $b = str_repeat('/', 2798349);
var_dump(iconv_substr($a, 0, 1, $b));
?>
--EXPECTF--
-
Warning: iconv_substr(): Charset parameter exceeds the maximum allowed length of %d characters in %s on line %d
bool(false)