- implement more of those useful allocation relays
[m6w6/ext-http] / tests / exceptions.phpt
index aef60595ab0108c19fccad565f094159133fd97c..48b9149faae57e30c56c650a28b25f40a490ef27 100644 (file)
@@ -3,7 +3,7 @@ exceptions
 --SKIPIF--
 <?php
 include 'skip.inc';
-checkver(5);
+checkmin(5);
 ?>
 --FILE--
 <?php
@@ -41,7 +41,7 @@ if (http_support(HTTP_SUPPORT_REQUESTS)) {
                printf("%s (%d)\n", $x->getMessage(), $x->getCode());
        }
 } else {
-       echo "Could not perform request: URL using bad/illegal format or missing URL (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
-Could not perform request: URL using bad/illegal format or missing URL (8)
+URL using bad/illegal format or missing URL;  ((null)) (8)
 Done