mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Weird, what happened here?
This commit is contained in:
parent
ddcf55b640
commit
f2e420a70e
@ -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…
Reference in New Issue
Block a user