Skip to content

Commit

Permalink
Weird, what happened here?
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Feb 16, 2012
1 parent dab17da commit 4dd55d4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tests/basic/bug61000.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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
(
)

0 comments on commit 4dd55d4

Please sign in to comment.