Searched refs:fopencookie (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/standard/tests/file/ |
H A D | fopencookie.phpt | 2 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 D | bug52820.phpt | 2 Bug #52820 (writes to fopencookie FILE* not committed when seeking the stream) 14 die("skip fopencookie not supported on this platform");
|
H A D | bug53241.phpt | 2 Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode)
|
/PHP-8.2/ext/gd/tests/ |
H A D | bug79945.phpt | 9 die('skip: fopencookie not support on this system');
|
/PHP-8.2/main/streams/ |
H A D | cast.c | 47 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie() function 239 *(FILE**)ret = fopencookie(stream, fixed_mode, PHP_STREAM_COOKIE_FUNCTIONS); in _php_stream_cast()
|
/PHP-8.2/docs/ |
H A D | streams.md | 210 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-8.2/build/ |
H A D | php.m4 | 1419 AC_CHECK_FUNC(fopencookie, [have_glibc_fopencookie=yes]) 1456 FILE *fp = fopencookie(&g, "r", funcs);
|
Completed in 19 milliseconds