diff options
| -rw-r--r-- | tests/basic/bug61000.phpt | 19 |
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 -( -) |
