summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/dl-cve-2007-4887.phpt')
-rw-r--r--ext/standard/tests/general_functions/dl-cve-2007-4887.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt b/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt
index c53b5153f8..57115a2b72 100644
--- a/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt
+++ b/ext/standard/tests/general_functions/dl-cve-2007-4887.phpt
@@ -13,7 +13,7 @@ enable_dl=1
<?php
var_dump(dl(str_repeat("a", 8376757)));
?>
---EXPECTF--
+--EXPECTF--
Warning: dl(): File name exceeds the maximum allowed length of %d characters in %s on line %d
bool(false)