X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fmessagebody003.phpt;h=be407894d82c6954a61347be997c262153ca1833;hp=8444cbf770e2c9f3b7673b53009932788f728447;hb=640b762aa5a5fdf571e44f7a66725c097b7dc0f1;hpb=e096f45ff30a46d6a8e96da7bc6334d2ac5ab7c2 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"; }