default_context 35 ext/hash/hash.c # define DEFAULT_CONTEXT FG(default_context) default_context 679 ext/pdo_pgsql/pgsql_driver.c stream = php_stream_open_wrapper_ex(filename, "rb", 0, NULL, FG(default_context)); default_context 781 ext/pdo_pgsql/pgsql_driver.c stream = php_stream_open_wrapper_ex(filename, "wb", 0, NULL, FG(default_context)); default_context 236 ext/spl/spl_directory.c intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context)); default_context 3761 ext/standard/basic_functions.c FG(default_context) = NULL; default_context 127 ext/standard/file.h php_stream_context *default_context; default_context 1115 ext/standard/streamsfuncs.c if (FG(default_context) == NULL) { default_context 1116 ext/standard/streamsfuncs.c FG(default_context) = php_stream_context_alloc(); default_context 1118 ext/standard/streamsfuncs.c context = FG(default_context); default_context 1139 ext/standard/streamsfuncs.c if (FG(default_context) == NULL) { default_context 1140 ext/standard/streamsfuncs.c FG(default_context) = php_stream_context_alloc(); default_context 1142 ext/standard/streamsfuncs.c context = FG(default_context); default_context 726 ext/standard/url.c context = FG(default_context) ? FG(default_context) : (FG(default_context) = php_stream_context_alloc()); default_context 38 main/streams/php_stream_context.h FG(default_context) ? FG(default_context) : \ default_context 39 main/streams/php_stream_context.h (FG(default_context) = php_stream_context_alloc()) )