X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmessagebody003.phpt;h=be407894d82c6954a61347be997c262153ca1833;hb=6ae4ed3671c5b6569a2f97a96c95ee4186959cc4;hp=8444cbf770e2c9f3b7673b53009932788f728447;hpb=ab1eba311be2f8aab98eed7a6164e79d69b402b2;p=m6w6%2Fext-http diff --git a/tests/messagebody003.phpt b/tests/messagebody003.phpt index 8444cbf..be40789 100644 --- a/tests/messagebody003.phpt +++ b/tests/messagebody003.phpt @@ -4,13 +4,15 @@ message body append error +--INI-- +zend.exception_ignore_args=off --FILE-- append("nope"); + @$file->append("nope"); } catch (Exception $e) { echo $e, "\n"; }