X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fmessagebody003.phpt;h=be407894d82c6954a61347be997c262153ca1833;hp=7b79e6aa90bd41e335b4805f90723d785186fd3c;hb=52b988066074880ed220f99b4e71be3249b32c85;hpb=eaa046dc3e6496e523a17c3b786ef27067b9795c diff --git a/tests/messagebody003.phpt b/tests/messagebody003.phpt index 7b79e6a..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"; } @@ -19,7 +21,7 @@ try { DONE --EXPECTF-- Test -exception 'http\Exception\RuntimeException' with message 'http\Message\Body::append(): Failed to append 4 bytes to body; wrote 0' in %s:%d +http\Exception\RuntimeException: http\Message\Body::append(): Failed to append 4 bytes to body; wrote 0 in %s:%d Stack trace: #0 %s(%d): http\Message\Body->append('nope') #1 {main}