Searched refs:stream_context (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/soap/tests/bugs/ |
H A D | bug46427.phpt | 2 Bug #46427 (SoapClient() stumbles over its "stream_context" parameter) 11 'stream_context' => $ctx,
|
H A D | bug73182.phpt | 33 'stream_context' => stream_context_create([
|
/PHP-8.2/ext/hash/ |
H A D | hash.stub.php | 37 /** @param resource|null $stream_context */ argument 38 function hash_update_file(HashContext $context, string $filename, $stream_context = null): bool {}
|
H A D | hash_arginfo.h | 53 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(0, stream_context, "null")
|
/PHP-8.2/ext/soap/tests/ |
H A D | custom_content_type.phpt | 35 'stream_context' => stream_context_create([ 61 'stream_context' => stream_context_create([
|
/PHP-8.2/ext/libxml/ |
H A D | libxml.c | 228 ZVAL_UNDEF(&libxml_globals->stream_context); in PHP_GINIT_FUNCTION() 303 …text = php_stream_context_from_zval(Z_ISUNDEF(LIBXML(stream_context))? NULL : &LIBXML(stream_conte… in php_libxml_streams_IO_open_wrapper() 792 ZVAL_COPY_VALUE(oldcontext, &LIBXML(stream_context)); in php_libxml_switch_context() 795 ZVAL_COPY_VALUE(&LIBXML(stream_context), context); in php_libxml_switch_context() 886 ZVAL_UNDEF(&LIBXML(stream_context)); in php_libxml_post_deactivate() 919 if (!Z_ISUNDEF(LIBXML(stream_context))) { in PHP_FUNCTION() 920 zval_ptr_dtor(&LIBXML(stream_context)); in PHP_FUNCTION() 921 ZVAL_UNDEF(&LIBXML(stream_context)); in PHP_FUNCTION() 923 ZVAL_COPY(&LIBXML(stream_context), arg); in PHP_FUNCTION()
|
H A D | php_libxml.h | 43 zval stream_context;
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | readfile_variation1.phpt | 2 Test readfile() function: usage variation - stream_context
|
/PHP-8.2/ext/spl/ |
H A D | spl_directory.c | 2047 zval *stream_context = NULL; in PHP_METHOD() local 2052 …END_NUM_ARGS(), "P|Sbr!", &file_name, &open_mode, &use_include_path, &stream_context) == FAILURE) { in PHP_METHOD() 2065 intern->u.file.zcontext = stream_context; in PHP_METHOD()
|
Completed in 26 milliseconds