#include "php.h"
#include "php_globals.h"
#include "php_network.h"
#include "php_open_temporary_file.h"
#include "ext/standard/file.h"
#include <stddef.h>
#include <fcntl.h>
#include "php_streams_int.h"
Go to the source code of this file.
◆ _GNU_SOURCE
◆ _php_stream_cast()
◆ _php_stream_make_seekable()
◆ _php_stream_open_wrapper_as_file()
PHPAPI FILE * _php_stream_open_wrapper_as_file |
( |
char * | path, |
|
|
char * | mode, |
|
|
int | options, |
|
|
zend_string **opened_path | STREAMS_DC ) |
◆ php_stream_mode_sanitize_fdopen_fopencookie()
void php_stream_mode_sanitize_fdopen_fopencookie |
( |
php_stream * | stream, |
|
|
char * | result ) |