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