Home
last modified time | relevance | path

Searched refs:stream_context_create (Results 126 – 130 of 130) sorted by path

123456

/php-src/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt18 $ctx = stream_context_create(['zlib' => ['level' => $level] ]);
/php-src/pear/
H A Dfetch.php64 $ctx = stream_context_create($copt, array("notification" => "stream_notification_callback"));
/php-src/sapi/cli/tests/
H A Dbug69655.phpt14 $context = stream_context_create(['http' => ['method' => $method]]);
H A Dbug69953.phpt13 $context = stream_context_create(['http' => ['method' => 'MKCALENDAR']]);
/php-src/tests/basic/
H A Dbug67198.phpt34 $context = stream_context_create($opts);

Completed in 13 milliseconds

123456