Skip to content

Commit 1bfaba4

Browse files
committed
Merge branch 'master' of github.com:php/php-src
* 'master' of github.com:php/php-src: Fix upload_2G test
2 parents 4d883a0 + 1af8913 commit 1bfaba4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/cli/tests/upload_2G.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ Content-type: text/html; charset=UTF-8
9797

9898
array(1) {
9999
["file1"]=>
100-
array(5) {
100+
array(6) {
101101
["name"]=>
102102
string(9) "file1.txt"
103+
["full_path"]=>
104+
string(9) "file1.txt"
103105
["type"]=>
104106
string(10) "text/plain"
105107
["tmp_name"]=>

0 commit comments

Comments
 (0)