X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fexceptions.phpt;h=61a7620b1d1fdbeaa7a99317b99dce6dfc99e412;hb=bee9b3775968701c021233bf8623c92c1dc7e7b5;hp=8e9ea5d1cd458c03002778bfbaeb050663563008;hpb=33b7c5dcd9cffebb8486cb57e04958e34bbfe662;p=m6w6%2Fext-http diff --git a/tests/exceptions.phpt b/tests/exceptions.phpt index 8e9ea5d..61a7620 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; No URL set!\n ((null)) (8)\n"; } echo "Done\n"; ?> @@ -59,5 +59,6 @@ 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; No URL set! + ((null)) (8) Done