From: Felipe Pena Date: Fri, 12 Jun 2009 20:44:50 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.4.0alpha1~191^2~3338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd3cc066f11d4863f7ffe099e69898d59f297eeb;p=php - Fix test --- 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"