- fix tests
[m6w6/ext-http] / tests / split_response_002.phpt
index 820c1e6f2d64b66f7b69ac5e1ccf6e75536ab620..6db00ddfd587fd75ada772c7f4a4f79eb0f27bf6 100644 (file)
@@ -6,8 +6,8 @@ include 'skip.inc';
 ?>
 --FILE--
 <?php
+echo "Try\n";
 $data = "HTTP/1.1 200 Ok\r\nContent-Type: text/plain\r\nContent-Language: de-AT\r\nDate: Sat, 22 Jan 2005 18:10:02 GMT\r\n\r\nHallo Du!";
-// this generates mem-leaks - no idea how to fix them
 class t { 
        var $r = array(); 
        function fail($data) {
@@ -20,8 +20,5 @@ $t->fail($data);
 echo "Done\n";
 ?>
 --EXPECTF--
-Content-type: text/html
-X-Powered-By: PHP/%s
-
+%sTry
 Done
-