Home
last modified time | relevance | path

Searched refs:default_context (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/main/streams/
H A Dphp_stream_context.h36 FG(default_context) ? FG(default_context) : \
37 (FG(default_context) = php_stream_context_alloc()) )
/PHP-7.3/ext/standard/
H A Dfile.h123 php_stream_context *default_context; member
H A Dstreamsfuncs.c1110 if (FG(default_context) == NULL) { in PHP_FUNCTION()
1111 FG(default_context) = php_stream_context_alloc(); in PHP_FUNCTION()
1113 context = FG(default_context); in PHP_FUNCTION()
1134 if (FG(default_context) == NULL) { in PHP_FUNCTION()
1135 FG(default_context) = php_stream_context_alloc(); in PHP_FUNCTION()
1137 context = FG(default_context); in PHP_FUNCTION()
H A Dbasic_functions.c3826 FG(default_context) = NULL; in PHP_RINIT_FUNCTION()
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c673 stream = php_stream_open_wrapper_ex(filename, "rb", 0, NULL, FG(default_context)); in PHP_METHOD()
775 stream = php_stream_open_wrapper_ex(filename, "wb", 0, NULL, FG(default_context)); in PHP_METHOD()
/PHP-7.3/ext/hash/
H A Dhash.c139 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, FG(default_context)); in php_hash_do_hash()
263 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, FG(default_context)); in php_hash_do_hash_hmac()
/PHP-7.3/ext/spl/
H A Dspl_directory.c261 intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context)); in spl_filesystem_dir_open()

Completed in 49 milliseconds