PageRenderTime 45ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/hphp/test/zend/bad/ext/mbstring/tests/bug63447_003.php

http://github.com/facebook/hiphop-php
PHP | 7 lines | 6 code | 1 blank | 0 comment | 0 complexity | b5f3681a414fcbb6d9225cfe1a35310c MD5 | raw file
Possible License(s): LGPL-2.1, BSD-2-Clause, BSD-3-Clause, MPL-2.0-no-copyleft-exception, MIT, LGPL-2.0, Apache-2.0
  1. <?php
  2. parse_str("a=1&b[][][]=2&c[][][][][][]=7", $_POST);
  3. $_REQUEST = array_merge($_REQUEST, $_POST);
  4. _filter_snapshot_globals();
  5. print_r($_POST);
  6. ?>