diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2007-02-24 22:02:16 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2007-02-24 22:02:16 +0000 |
commit | 7b80d01aa32954c023ac4c287bfb150b07063b9a (patch) | |
tree | ed63fbe4d19766791bbaae5f24daee36d2c32965 | |
parent | 914b64dd4fd0d609ffa84e6ea450455a60951dcc (diff) | |
download | php-git-7b80d01aa32954c023ac4c287bfb150b07063b9a.tar.gz |
Fix test
-rw-r--r-- | ext/filter/tests/bug39763.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/filter/tests/bug39763.phpt b/ext/filter/tests/bug39763.phpt index e09afd7d5b..cc8d9cceea 100644 --- a/ext/filter/tests/bug39763.phpt +++ b/ext/filter/tests/bug39763.phpt @@ -2,6 +2,7 @@ Bug #39763 filter applies magic_quotes twice in parse_str() --INI-- magic_quotes_gpc=1 +filter.default= --FILE-- <?php $arr = array(); |