Test: /sapi/cli/tests/upload_2G.phpt - Version 7.0.0RC4    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ PHP 7.0.0RC4 Development Server started at Mon Oct 12 20:25:28 2015
004+ Listening on http://localhost:8964
005+ Document root is /data/sources/php-7.0.0RC4/sapi/cli/tests
006+ Press Ctrl-C to quit.
007+
008+ Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection reset by peer in %s/upload_2G.php on line 38
003- HTTP/1.1 200 OK
004- Host: %s
005- Connection: close
006- X-Powered-By: PHP/%s
007- Content-type: text/html; charset=UTF-8
009- array(1) {
010- ["file1"]=>
010+ Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in %s/upload_2G.php on line 38
011+ write failed @ (300000)
011- array(5) {
012- ["name"]=>
013- string(9) "file1.txt"
014- ["type"]=>
015- string(10) "text/plain"
016- ["tmp_name"]=>
017- string(%d) "%s"
018- ["error"]=>
019- int(0)
020- ["size"]=>
021- int(2150000000)
022- }
023- }
024- Done