Home
last modified time | relevance | path

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

123

/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/phar/tests/
H A Dreadfile_edgecasesU.phpt22 $context = stream_context_create();
41 $context = stream_context_create();
52 $context = stream_context_create();
H A Dreadfile_edgecases.phpt23 $context = stream_context_create();
43 $context = stream_context_create();
54 $context = stream_context_create();
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 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))));
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61371-win.phpt2 Bug #61371: stream_context_create() causes memory leaks on use streams_socket_create
21 $context = stream_context_create(array());
H A Dbug61371.phpt2 Bug #61371: stream_context_create() causes memory leaks on use streams_socket_create
21 $context = stream_context_create(array());
H A Dbug64433.phpt33 $context = stream_context_create($arr);
43 $context = stream_context_create($arr);
H A Dstream_context_set_option_basic.phpt8 $context = stream_context_create();
H A Dstream_context_set_option_error_002.phpt10 $context = stream_context_create();
H A Dstream_context_set_option_error_001.phpt8 $context = stream_context_create();
/PHP-5.5/ext/openssl/tests/
H A Dbug54992.phpt9 $context = stream_context_create();
21 $contextC = stream_context_create(
H A Dbug46127.phpt20 $context = stream_context_create(array('ssl' => $ssl));
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug46427.phpt10 $ctx = stream_context_create();
/PHP-5.5/pear/
H A Dfetch.php64 $ctx = stream_context_create($copt, array("notification" => "stream_notification_callback"));
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.h49 PHP_FUNCTION(stream_context_create);
/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents.phpt12 $context = stream_context_create();
H A Dunlink_variation6.phpt21 $context = stream_context_create();
H A Dreadfile_variation1.phpt19 $context = stream_context_create();
H A Drename_error.phpt17 $context = stream_context_create();
H A Dstream_supports_lock.phpt27 $sock = stream_context_create();
H A Dunlink_basic.phpt23 $context = stream_context_create();
/PHP-5.5/ext/standard/tests/http/
H A Dbug67430.phpt19 $ctx = stream_context_create($options);
H A Dbug69337.phpt21 $ctx = stream_context_create();

Completed in 37 milliseconds

123