Home
last modified time | relevance | path

Searched refs:fopencookie (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/tests/file/
H A Dfopencookie.phpt2 fopencookie detected and working (or cast mechanism works)
7 * On systems with fopencookie, a FILE* is created around the user
9 * On systems without fopencookie, the stream is fed into a temporary
11 * The important thing here is really fopencookie; the glibc people
H A Dbug52820.phpt2 Bug #52820 (writes to fopencookie FILE* not committed when seeking the stream)
14 die("skip fopencookie not supported on this platform");
H A Dbug53241.phpt2 Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode)
/PHP-7.4/main/streams/
H A Dcast.c47 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie() function
236 *(FILE**)ret = fopencookie(stream, fixed_mode, PHP_STREAM_COOKIE_FUNCTIONS); in _php_stream_cast()
/PHP-7.4/docs/
H A Dstreams.md210 If your system has the fopencookie function, php streams can synthesize a
308 The mode parameter is passed on to `fdopen/fopencookie` when the stream is cast
/PHP-7.4/build/
H A Dphp.m41447 AC_CHECK_FUNC(fopencookie, [have_glibc_fopencookie=yes])
1483 FILE *fp = fopencookie(&g, "r", funcs);

Completed in 30 milliseconds