X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsplit_response_001.phpt;h=95b8638437db9996dab5c1ba918c5f2a1f8e1cbc;hb=ab29a31d9129a377cdd664de08cb2bf86a72be1b;hp=d67a7a86dda68c4d129495b1bd58a9a193f53d6f;hpb=2d5d8aa343778897c7eedb25464a2cb0a789d748;p=m6w6%2Fext-http diff --git a/tests/split_response_001.phpt b/tests/split_response_001.phpt index d67a7a8..95b8638 100644 --- a/tests/split_response_001.phpt +++ b/tests/split_response_001.phpt @@ -1,12 +1,14 @@ --TEST-- http_split_response() --SKIPIF-- - --FILE-- --EXPECTF-- Content-type: text/html @@ -15,10 +17,12 @@ 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 +) +Done +