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,
25 /** @param resource|null $stream_context */26 function hash_update_file(HashContext $context, string $filename, $stream_context = null): bool {} argument
53 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(0, stream_context, "null")
35 'stream_context' => stream_context_create([61 'stream_context' => stream_context_create([
226 ZVAL_UNDEF(&libxml_globals->stream_context); in PHP_GINIT_FUNCTION()313 …text = php_stream_context_from_zval(Z_ISUNDEF(LIBXML(stream_context))? NULL : &LIBXML(stream_conte… in php_libxml_streams_IO_open_wrapper()803 ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context)); in php_libxml_switch_context()806 ZVAL_COPY_VALUE(&LIBXML(stream_context), context); in php_libxml_switch_context()938 ZVAL_UNDEF(&LIBXML(stream_context)); in php_libxml_post_deactivate()971 if (!Z_ISUNDEF(LIBXML(stream_context))) { in PHP_FUNCTION()972 zval_ptr_dtor(&LIBXML(stream_context)); in PHP_FUNCTION()973 ZVAL_UNDEF(&LIBXML(stream_context)); in PHP_FUNCTION()975 ZVAL_COPY(&LIBXML(stream_context), arg); in PHP_FUNCTION()
43 zval stream_context;
2 Test readfile() function: usage variation - stream_context
Completed in 15 milliseconds