fix #98 #99 #100 #101 #102 #103
[m6w6/ext-http] / tests / messagebody003.phpt
index 8444cbf770e2c9f3b7673b53009932788f728447..be407894d82c6954a61347be997c262153ca1833 100644 (file)
@@ -4,13 +4,15 @@ message body append error
 <?php
 include "skipif.inc";
 ?>
+--INI--
+zend.exception_ignore_args=off
 --FILE--
 <?php
 echo "Test\n";
 
 $file = new http\Message\Body(fopen(__FILE__, "r"));
 try {
-       $file->append("nope");
+       @$file->append("nope");
 } catch (Exception $e) {
        echo $e, "\n";
 }