X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fexceptions.phpt;h=48b9149faae57e30c56c650a28b25f40a490ef27;hp=8e9ea5d1cd458c03002778bfbaeb050663563008;hb=649aada485583ccac67928e0700cb5f1b963f4e8;hpb=4546a3572ba7944441f49136fec96c4afd490396 diff --git a/tests/exceptions.phpt b/tests/exceptions.phpt index 8e9ea5d..48b9149 100644 --- a/tests/exceptions.phpt +++ b/tests/exceptions.phpt @@ -41,7 +41,7 @@ if (http_support(HTTP_SUPPORT_REQUESTS)) { printf("%s (%d)\n", $x->getMessage(), $x->getCode()); } } else { - echo "URL using bad/illegal format or missing URL ((null)) (8)\n"; + echo "URL using bad/illegal format or missing URL; ((null)) (8)\n"; } echo "Done\n"; ?> @@ -59,5 +59,5 @@ echo "Done\n"; 10: HttpSocketException 11: HttpResponseException 12: HttpUrlException -URL using bad/illegal format or missing URL ((null)) (8) +URL using bad/illegal format or missing URL; ((null)) (8) Done