- unified cache_api function names
[m6w6/ext-http] / tests / split_response_001.phpt
index d67a7a86dda68c4d129495b1bd58a9a193f53d6f..799e23a2814248220abb37c4a91c4ce08bd814ee 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 http_split_response()
 --SKIPIF--
-<?php 
+<?php
 include 'skip.inc';
 ?>
 --FILE--
@@ -15,10 +15,10 @@ X-Powered-By: PHP/%s
 array (
   0 => 
   array (
-    'Status' => '200 Ok',
+    'Response Status' => '200 Ok',
     'Content-Type' => 'text/plain',
     'Content-Language' => 'de-AT',
     'Date' => 'Sat, 22 Jan 2005 18:10:02 GMT',
   ),
   1 => 'Hallo Du!',
-)
\ No newline at end of file
+)