Test Failure Report for sapi/cli/tests/bug66606_1.phpt ('Bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE) - GET request')
Script
1:
<?php 2: include "php_cli_server.inc"; 3: php_cli_server_start('var_dump($_SERVER["CONTENT_TYPE"], $_SERVER["CONTENT_LENGTH"])'); 4: echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS); 5: ?> 6:
Expected
NULL
NULL
Output
Unable to connect to server
Diff
001+ Unable to connect to server
001- NULL
002- NULL
Generated at Sat, 21 Apr 2018 13:46:58 +0000 (45 hours ago)
|