php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_fopen_wrapper.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "php.h"
#include "php_globals.h"
#include "php_standard.h"
#include "php_memory_streams.h"
#include "php_fopen_wrappers.h"
#include "SAPI.h"

Go to the source code of this file.

Data Structures

struct  php_stream_input
 

Typedefs

typedef struct php_stream_input php_stream_input_t
 

Variables

PHPAPI const php_stream_wrapper php_stream_php_wrapper
 

Typedef Documentation

◆ php_stream_input_t

Variable Documentation

◆ php_stream_php_wrapper

PHPAPI const php_stream_wrapper php_stream_php_wrapper
Initial value:
= {
&php_stdio_wops,
0,
}
#define NULL
Definition gdcache.h:45

Definition at line 442 of file php_fopen_wrapper.c.