summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2012-02-16 17:48:30 +0000
committerRasmus Lerdorf <rasmus@php.net>2012-02-16 17:48:30 +0000
commit4dd55d47ad36b3f39645398e7f5f0c83d4ee0017 (patch)
treebe60c994c2e26a8815f27d1689e58eea8d470663
parentdab17da38a93ce023a4c856ec7c85ef3748b8a4d (diff)
downloadphp-git-4dd55d47ad36b3f39645398e7f5f0c83d4ee0017.tar.gz
Weird, what happened here?
-rw-r--r--tests/basic/bug61000.phpt19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/basic/bug61000.phpt b/tests/basic/bug61000.phpt
index d121114bcd..8149d68e94 100644
--- a/tests/basic/bug61000.phpt
+++ b/tests/basic/bug61000.phpt
@@ -17,22 +17,3 @@ Array
Array
(
)
---TEST--
-Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
---INI--
-max_input_nesting_level=2
---POST--
-1[a][]=foo&1[a][b][c]=bar
---GET--
-a[a][]=foo&a[a][b][c]=bar
---FILE--
-<?php
-print_r($_GET);
-print_r($_POST);
---EXPECTF--
-Array
-(
-)
-Array
-(
-)