mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
fix typoes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--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/');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--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--
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--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--
|
||||
|
||||
Reference in New Issue
Block a user