Test Failure Report for sapi/cli/tests/php_cli_server_003.phpt ('Bug #55726 (Changing the working directory makes router script inaccessible)')
Script
1:
<?php 2: include "php_cli_server.inc"; 3: php_cli_server_start('chdir(__DIR__); echo "okey";'); 4: var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS)); 5: var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS)); 6: ?> 7:
Expected
string(4) "okey"
string(4) "okey"
Output
Unable to connect to server
Diff
001+ Unable to connect to server
001- string(4) "okey"
002- string(4) "okey"
Generated at Tue, 12 Feb 2019 16:11:15 +0000 (11 days ago)
|