]> granicus.if.org Git - php/commitdiff
Weird, what happened here?
authorRasmus Lerdorf <rasmus@php.net>
Thu, 16 Feb 2012 17:48:30 +0000 (17:48 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 16 Feb 2012 17:48:30 +0000 (17:48 +0000)
tests/basic/bug61000.phpt

index d121114bcd22d0f7811b2856dbe36dfefce4a647..8149d68e946661c4405b9b00c954aee951f31132 100644 (file)
@@ -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
-(
-)