Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ext/curl/tests/curl_error_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Mattijs Hoitink mattijshoitink@gmail.com
curl
--SKIPIF--
<?php

if(getenv("SKIP_ONLINE_TESTS")) die("SKIP_ONLINE_TESTS");
if(getenv("SKIP_SLOW_TESTS")) die("SKIP_SLOW_TESTS");
$url = "fakeURL";
$ip = gethostbyname($url);
if ($ip != $url) die("skip 'fakeURL' resolves to $ip\n");
Expand Down