-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /proc/thread-self/root/usr/src/php/tests/basic/
File Upload :
Current File : //proc/thread-self/root/usr/src/php/tests/basic/030.phpt

--TEST--
Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
--INI--
file_uploads=1
--POST_RAW--
Content-Type: multipart/form-data; boundary=BVoyv; charset=iso-8859-1
--BVoyv
Content-Disposition: form-data; name="data"

abc
--BVoyv--
--FILE--
<?php
var_dump($_POST);
?>
--EXPECT--
array(1) {
  ["data"]=>
  string(3) "abc"
}

Copyright © 2017 || Recoded By Mr.Bumblebee