Test: /sapi/cli/tests/php_cli_server_004.phpt - Version 7.0.0RC2    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught RuntimeException: usleep is not suitable for use in multi threaded applications, use synchronized Threaded::wait in /usr/local/src/php/sapi/cli/tests/php_cli_server.inc:41
002+ Stack trace:
003+ #0 /usr/local/src/php/sapi/cli/tests/php_cli_server.inc(41): usleep(10000)
004+ #1 %s/php_cli_server_004.php(3): php_cli_server_start('foreach($_SERVE...')
005+ #2 {main}
006+ thrown in /usr/local/src/php/sapi/cli/tests/php_cli_server.inc on line 41
001- HTTP/1.1 200 OK
002- Host: %s
003- Connection: close
004- X-Powered-By: PHP/%s
005- Content-type: text/html; charset=UTF-8
006-
007- string(19) "HTTP_HOST:localhost"
008- string(21) "HTTP_USER_AGENT:dummy"
009- string(15) "HTTP_CUSTOM:foo"
010- string(32) "HTTP_REFERER:http://www.php.net/"