]> granicus.if.org Git - php/commitdiff
- Fix test
authorFelipe Pena <felipe@php.net>
Fri, 12 Jun 2009 20:44:50 +0000 (20:44 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 12 Jun 2009 20:44:50 +0000 (20:44 +0000)
ext/curl/tests/bug48514.phpt

index 492c82ffc96e310820938ff3a299089c6221e2fe..bd4605b6b3fc04382e1a3084091c2d58eb2b806b 100644 (file)
@@ -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"