summaryrefslogtreecommitdiff
path: root/ext/filter/tests/042.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter/tests/042.phpt')
-rw-r--r--ext/filter/tests/042.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/tests/042.phpt b/ext/filter/tests/042.phpt
index 08f4dd633a..4d5ec34158 100644
--- a/ext/filter/tests/042.phpt
+++ b/ext/filter/tests/042.phpt
@@ -3,7 +3,7 @@ Combination of strip & sanitize filters
--SKIPIF--
<?php if (!extension_loaded("filter")) die("skip"); ?>
--FILE--
-<?php
+<?php
$var = 'XYZ< script>alert(/ext/filter+bypass/);< /script>ABC';
$a = filter_var($var, FILTER_SANITIZE_STRING, array("flags" => FILTER_FLAG_STRIP_LOW));
echo $a . "\n";