Searched refs:stream_context (Results 1 – 7 of 7) sorted by relevance
2 Bug #46427 (SoapClient() stumbles over its "stream_context" parameter)11 'stream_context' => $ctx,
20 /** @param resource|null $stream_context */21 function hash_update_file(HashContext $context, string $filename, $stream_context = null): bool {} argument
50 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(0, stream_context, "null")
33 'stream_context' => stream_context_create([59 'stream_context' => stream_context_create([
2 Test readfile() function: usage variation - stream_context
224 ZVAL_UNDEF(&libxml_globals->stream_context); in PHP_GINIT_FUNCTION()311 …text = php_stream_context_from_zval(Z_ISUNDEF(LIBXML(stream_context))? NULL : &LIBXML(stream_conte… in php_libxml_streams_IO_open_wrapper()789 ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context)); in php_libxml_switch_context()792 ZVAL_COPY_VALUE(&LIBXML(stream_context), context); in php_libxml_switch_context()954 ZVAL_UNDEF(&LIBXML(stream_context)); in php_libxml_post_deactivate()987 if (!Z_ISUNDEF(LIBXML(stream_context))) { in PHP_FUNCTION()988 zval_ptr_dtor(&LIBXML(stream_context)); in PHP_FUNCTION()989 ZVAL_UNDEF(&LIBXML(stream_context)); in PHP_FUNCTION()991 ZVAL_COPY(&LIBXML(stream_context), arg); in PHP_FUNCTION()
42 zval stream_context;
Completed in 27 milliseconds