From df4515dec8f60da3ba6106ce4e0a65d000798ed5 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 5 Sep 2011 12:34:55 +0000 Subject: [PATCH] - other hostname can be defined or returned first --- ext/standard/tests/network/gethostbyaddr_basic1.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/tests/network/gethostbyaddr_basic1.phpt b/ext/standard/tests/network/gethostbyaddr_basic1.phpt index 2232d36265..a20b4756c1 100644 --- a/ext/standard/tests/network/gethostbyaddr_basic1.phpt +++ b/ext/standard/tests/network/gethostbyaddr_basic1.phpt @@ -14,5 +14,5 @@ echo gethostbyaddr("127.0.0.1")."\n"; ===DONE=== --EXPECTF-- *** Testing gethostbyaddr() : basic functionality *** -%rloopback|localhost(\.localdomain)?%r -===DONE=== \ No newline at end of file +%rloopback|localhost(\.localdomain)?|%s%r +===DONE=== -- 2.40.0