X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2F002.phpt;h=50ca2352248d7b3580b47a98822d04dfb537ec1d;hb=4673282828a962e078ee88b73b667042565aab28;hp=fcde3a644ac58cb4160ac26c2a7cc5e6605dad0a;hpb=0c5edf30edd27d3b9621da6b98988a8c0db199ea;p=m6w6%2Fext-apfd diff --git a/tests/002.phpt b/tests/002.phpt index fcde3a6..50ca235 100644 --- a/tests/002.phpt +++ b/tests/002.phpt @@ -62,15 +62,24 @@ Content-Type: application/octet-stream } } +------------------------------6e182425881c +Content-Disposition: form-data; name="user" + +mike ------------------------------6e182425881c-- --FILE-- $v) { + unset($_FILES[$i]['full_path']); // only in 8.1 +} var_dump($_POST, $_FILES); ?> --EXPECTF-- -array(0) { +array(1) { + ["user"]=> + string(4) "mike" } array(2) { ["LICENSE"]=>