removed awkward custom error handling and http\Object base class
[m6w6/ext-http] / tests / header007.phpt
index 7f6f9eb467dc5c53e7417c1504a3e251e0bc3079..aa91901fb7f7769193281fef084909f473a3f046 100644 (file)
@@ -10,7 +10,6 @@ include "skipif.inc";
 echo "Test\n";
 
 $header = "wass\nup";
-/* this generates two warnings because of the LF ;) */
 http\Header::parse($header);
 
 ?>
@@ -18,7 +17,5 @@ Done
 --EXPECTF--
 Test
 
-Warning: http\Header::parse(): Could not parse headers in %s on line %d
-
 Warning: http\Header::parse(): Could not parse headers in %s on line %d
 Done