From dd3cc066f11d4863f7ffe099e69898d59f297eeb Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 12 Jun 2009 20:44:50 +0000 Subject: [PATCH] - Fix test --- ext/curl/tests/bug48514.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/curl/tests/bug48514.phpt b/ext/curl/tests/bug48514.phpt index 492c82ffc9..bd4605b6b3 100644 --- a/ext/curl/tests/bug48514.phpt +++ b/ext/curl/tests/bug48514.phpt @@ -13,7 +13,7 @@ var_dump(get_resource_type($ch2)); ?> --EXPECTF-- -resource(4) of type (curl) +resource(%d) of type (curl) %string|unicode%(4) "curl" -resource(5) of type (curl_multi) +resource(%d) of type (curl_multi) %string|unicode%(10) "curl_multi" -- 2.50.1