php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_xmlreader.h File Reference
#include "php_version.h"
#include "ext/libxml/php_libxml.h"
#include <libxml/xmlreader.h>

Go to the source code of this file.

Data Structures

struct  _xmlreader_object
 

Macros

#define phpext_xmlreader_ptr   &xmlreader_module_entry
 
#define PHP_XMLREADER_VERSION   PHP_VERSION
 
#define Z_XMLREADER_P(zv)
 

Typedefs

typedef struct _xmlreader_object xmlreader_object
 

Functions

 PHP_MINIT_FUNCTION (xmlreader)
 
 PHP_MSHUTDOWN_FUNCTION (xmlreader)
 
 PHP_MINFO_FUNCTION (xmlreader)
 

Variables

zend_module_entry xmlreader_module_entry
 

Macro Definition Documentation

◆ PHP_XMLREADER_VERSION

#define PHP_XMLREADER_VERSION   PHP_VERSION

Definition at line 24 of file php_xmlreader.h.

◆ phpext_xmlreader_ptr

#define phpext_xmlreader_ptr   &xmlreader_module_entry

Definition at line 21 of file php_xmlreader.h.

◆ Z_XMLREADER_P

#define Z_XMLREADER_P ( zv)
Value:
php_xmlreader_fetch_object(Z_OBJ_P((zv)))
zval * zv
Definition ffi.c:3975
#define Z_OBJ_P(zval_p)
Definition zend_types.h:990

Definition at line 53 of file php_xmlreader.h.

Typedef Documentation

◆ xmlreader_object

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( xmlreader )

Definition at line 1401 of file php_xmlreader.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( xmlreader )

Definition at line 1344 of file php_xmlreader.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( xmlreader )

Definition at line 1393 of file php_xmlreader.c.

Variable Documentation

◆ xmlreader_module_entry

zend_module_entry xmlreader_module_entry
extern

Definition at line 357 of file php_xmlreader.c.