Skip to content

Commit e27301c

Browse files
committed
Sync test with changes in libcurl 7.64.0
1 parent c9f0e12 commit e27301c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/curl/tests/curl_basic_009.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ curl_close($ch);
1818

1919

2020
?>
21-
--EXPECTF--
22-
string(%d) "%Srotocol%s"
23-
int(1)
21+
--EXPECTREGEX--
22+
string\(\d+\) "([^\r\n]*rotocol[^\r\n]+|Could not resolve host: .+)"
23+
int\(\d\)

0 commit comments

Comments
 (0)