Test: /sapi/cli/tests/upload_2G.phpt - Version 7.0.9    

There are 3 different diffs reported by users for this test.

Count Diff
5 (56%)
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
004+ ** ERROR: process timed out **
009- array(1) {
010- ["file1"]=>
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
2 (22%)
015+ string(0) ""
015- string(10) "text/plain"
017+ string(0) ""
017- string(%d) "%s"
019+ int(7)
020+ ["size"]=>
020- ["size"]=>
021- int(2150000000)
2 (22%)
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
004+ Fatal error: Uncaught RuntimeException: usleep is not suitable for use in multi threaded applications, use synchronized Threaded::wait in /usr/local/src/php-7.0.9/sapi/cli/tests/php_cli_server.inc:41
005+ Stack trace:
006+ #0 /usr/local/src/php-7.0.9/sapi/cli/tests/php_cli_server.inc(41): usleep(10000)
007+ #1 %s/upload_2G.php(8): php_cli_server_start('var_dump($_FILE...', false, '-d post_max_siz...')
008+ #2 {main}
009+ thrown in /usr/local/src/php-7.0.9/sapi/cli/tests/php_cli_server.inc on line 41
009- array(1) {
010- ["file1"]=>
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