--TEST--
-Test bug #46739
+Bug #46739 (array returned by curl_getinfo should contain content_type key)
--FILE--
<?php
$ch = curl_init('http://127.0.0.1:9/');
--TEST--
-Test curl_opt() function with CURLOPT_RETURNTRANSFER paremter set to 1
+Test curl_opt() function with CURLOPT_RETURNTRANSFER parameter set to 1
--CREDITS--
Sebastian Deutsch <sebastian.deutsch@9elements.com>
--SKIPIF--
--TEST--
-Test curl_opt() function with CURLOPT_WRITEFUNCTION paremter set to a closure
+Test curl_opt() function with CURLOPT_WRITEFUNCTION parameter set to a closure
--SKIPIF--
<?php if (!extension_loaded("curl") || false === getenv(b'PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
--FILE--