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