diff --git a/e2e/bug10483/bootstrap.php b/e2e/bug10483/bootstrap.php index 63e61e3f0d..23a9d292e4 100644 --- a/e2e/bug10483/bootstrap.php +++ b/e2e/bug10483/bootstrap.php @@ -3,4 +3,3 @@ // constant that's used in the Filter extension that was introduced in a later version of PHP. // on earlier php version introduce the same constant via a bootstrap file but with a wrong type if(!defined("FILTER_SANITIZE_ADD_SLASHES"))define("FILTER_SANITIZE_ADD_SLASHES",false); -if(!defined("FILTER_SANITIZE_MAGIC_QUOTES"))define("FILTER_SANITIZE_MAGIC_QUOTES",false); diff --git a/e2e/bug10483/src/bug10483.php b/e2e/bug10483/src/bug10483.php index 5be1ad8d1d..3493fe1bc5 100644 --- a/e2e/bug10483/src/bug10483.php +++ b/e2e/bug10483/src/bug10483.php @@ -1,11 +1,5 @@