diff options
Diffstat (limited to 'tests/basic/rfc1867_empty_upload.phpt')
-rw-r--r-- | tests/basic/rfc1867_empty_upload.phpt | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/tests/basic/rfc1867_empty_upload.phpt b/tests/basic/rfc1867_empty_upload.phpt index 039d994c50..bb6ccee896 100644 --- a/tests/basic/rfc1867_empty_upload.phpt +++ b/tests/basic/rfc1867_empty_upload.phpt @@ -39,49 +39,49 @@ if (is_uploaded_file($_FILES["file3"]["tmp_name"])) { ?> --EXPECTF-- array(3) { - [%u|b%"file1"]=> + ["file1"]=> array(5) { - [%u|b%"name"]=> + ["name"]=> %string|unicode%(9) "file1.txt" - [%u|b%"type"]=> + ["type"]=> %string|unicode%(16) "text/plain-file1" - [%u|b%"tmp_name"]=> + ["tmp_name"]=> %string|unicode%(%d) "%s" - [%u|b%"error"]=> + ["error"]=> int(0) - [%u|b%"size"]=> + ["size"]=> int(1) } - [%u|b%"file2"]=> + ["file2"]=> array(5) { - [%u|b%"name"]=> + ["name"]=> %string|unicode%(0) "" - [%u|b%"type"]=> + ["type"]=> %string|unicode%(0) "" - [%u|b%"tmp_name"]=> + ["tmp_name"]=> %string|unicode%(0) "" - [%u|b%"error"]=> + ["error"]=> int(4) - [%u|b%"size"]=> + ["size"]=> int(0) } - [%u|b%"file3"]=> + ["file3"]=> array(5) { - [%u|b%"name"]=> + ["name"]=> %string|unicode%(9) "file3.txt" - [%u|b%"type"]=> + ["type"]=> %string|unicode%(16) "text/plain-file3" - [%u|b%"tmp_name"]=> + ["tmp_name"]=> %string|unicode%(%d) "%s" - [%u|b%"error"]=> + ["error"]=> int(0) - [%u|b%"size"]=> + ["size"]=> int(1) } } array(1) { - [%u|b%"foo"]=> - %unicode|string%(0) "" + ["foo"]=> + string(0) "" } string(1) "1" string(1) "3" |