Home
last modified time | relevance | path

Searched refs:stream_context_create (Results 1 – 25 of 59) sorted by path

123

/PHP-5.5/
H A DNEWS3747 . Fixed bug #61371 (stream_context_create() causes memory leaks on use
5834 . Added "params" as optional parameter for stream_context_create(). (Sara)
6469 - Fixed bug #45540 (stream_context_create creates bad http request). (Arnaud)
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc5 $context = stream_context_create(array('ssl' => array('local_cert' => dirname(__FILE__).'/cert.pem'…
/PHP-5.5/ext/libxml/tests/
H A D004.phpt14 stream_context_create(),
15 stream_context_create(array('file')),
16 stream_context_create(array('file' => array('some_opt' => 'aaa')))
30 Warning: stream_context_create(): options should have the form ["wrappername"]["optionname"] = $val…
H A Dbug54440.phpt27 $ctx1 = stream_context_create(array('test'=>array('test'=>'test 1')));
28 $ctx2 = stream_context_create(array('test'=>array('test'=>'test 2')));
/PHP-5.5/ext/openssl/tests/
H A Dbug46127.phpt20 $context = stream_context_create(array('ssl' => $ssl));
H A Dbug48182.phpt21 $context = stream_context_create($ssl);
H A Dbug54992.phpt9 $context = stream_context_create();
21 $contextC = stream_context_create(
H A Dsni_001.phpt24 return stream_context_create(array(
/PHP-5.5/ext/phar/tests/
H A Dfgc_edgecases.phpt28 $context = stream_context_create();
54 $context = stream_context_create();
71 $context = stream_context_create();
88 $context = stream_context_create();
H A Dfopen_edgecases2.phpt24 $context = stream_context_create();
H A Dfopen_edgecases2U.phpt24 $context = stream_context_create();
H A Dopendir_edgecases.phpt34 $context = stream_context_create();
H A Dphar_ctx_001.phpt31 $context = stream_context_create(array('phar'=> array('compress'=>Phar::GZ, 'metadata' => array(2, …
32 $context2 = stream_context_create(array('phar' => array('metadata' => array(4))));
51 $context2 = stream_context_create(array('phar' => array('metadata' => array(4))));
H A Dphar_oo_compressed_002.phpt31 $context = stream_context_create(array('phar'=>array('compress'=>Phar::GZ)));
H A Dphar_oo_compressed_002b.phpt31 $context = stream_context_create(array('phar'=>array('compress'=>Phar::BZ2)));
H A Dreadfile_edgecases.phpt23 $context = stream_context_create();
43 $context = stream_context_create();
54 $context = stream_context_create();
H A Dreadfile_edgecasesU.phpt22 $context = stream_context_create();
41 $context = stream_context_create();
52 $context = stream_context_create();
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug46427.phpt10 $ctx = stream_context_create();
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3115 PHP_FE(stream_context_create, arginfo_stream_context_create)
H A Dstreamsfuncs.c1168 PHP_FUNCTION(stream_context_create) in PHP_FUNCTION() argument
H A Dstreamsfuncs.h49 PHP_FUNCTION(stream_context_create);
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation2.phpt24 $unset_var = stream_context_create();
H A Dopendir_error1.phpt24 $context = stream_context_create();
H A Dscandir_basic.phpt29 $context = stream_context_create();
H A Dscandir_error1.phpt25 $context = stream_context_create();

Completed in 68 milliseconds

123