mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Fixes to work on Windows as well as Linux
This commit is contained in:
parent
e0acaf09ef
commit
f488c10b45
2 changed files with 2 additions and 2 deletions
|
@ -19,5 +19,5 @@ curl_close($ch);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
%unicode|string%(55) "Couldn't resolve host 'www.%s.%s'"
|
%unicode|string%(%d) "%r(Couldn't resolve host|Could not resolve host:)%r %Swww.%s"
|
||||||
int(6)
|
int(6)
|
||||||
|
|
|
@ -20,5 +20,5 @@ curl_close($ch);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
%unicode|string%(38) "Couldn't resolve proxy '%s'"
|
%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:)%r %s"
|
||||||
int(5)
|
int(5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue