summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/php_cli_server_013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/php_cli_server_013.phpt')
-rw-r--r--sapi/cli/tests/php_cli_server_013.phpt18
1 files changed, 9 insertions, 9 deletions
diff --git a/sapi/cli/tests/php_cli_server_013.phpt b/sapi/cli/tests/php_cli_server_013.phpt
index 09faa1cc0f..8042219afe 100644
--- a/sapi/cli/tests/php_cli_server_013.phpt
+++ b/sapi/cli/tests/php_cli_server_013.phpt
@@ -23,9 +23,9 @@ Content-Length: 3
a=b
HEADER
)) {
- while (!feof($fp)) {
- $output .= fgets($fp);
- }
+ while (!feof($fp)) {
+ $output .= fgets($fp);
+ }
}
echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
@@ -42,9 +42,9 @@ Host: {$host}
HEADER
)) {
- while (!feof($fp)) {
- $output .= fgets($fp);
- }
+ while (!feof($fp)) {
+ $output .= fgets($fp);
+ }
}
echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
@@ -60,9 +60,9 @@ Host: {$host}
HEADER
)) {
- while (!feof($fp)) {
- $output .= fgets($fp);
- }
+ while (!feof($fp)) {
+ $output .= fgets($fp);
+ }
}
echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";