Browse Source

Weird, what happened here?

pull/7/head
Rasmus Lerdorf 15 years ago
parent
commit
4dd55d47ad
  1. 19
      tests/basic/bug61000.phpt

19
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
(
)
Loading…
Cancel
Save