php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_xmlwriter.h File Reference
#include "php_version.h"
#include <libxml/tree.h>
#include <libxml/xmlwriter.h>
#include <libxml/uri.h>

Go to the source code of this file.

Data Structures

struct  _ze_xmlwriter_object
 

Macros

#define phpext_xmlwriter_ptr   &xmlwriter_module_entry
 
#define PHP_XMLWRITER_VERSION   PHP_VERSION
 
#define Z_XMLWRITER_P(zv)
 

Typedefs

typedef struct _ze_xmlwriter_object ze_xmlwriter_object
 

Variables

zend_module_entry xmlwriter_module_entry
 

Macro Definition Documentation

◆ PHP_XMLWRITER_VERSION

#define PHP_XMLWRITER_VERSION   PHP_VERSION

Definition at line 25 of file php_xmlwriter.h.

◆ phpext_xmlwriter_ptr

#define phpext_xmlwriter_ptr   &xmlwriter_module_entry

Definition at line 22 of file php_xmlwriter.h.

◆ Z_XMLWRITER_P

#define Z_XMLWRITER_P ( zv)
Value:
php_xmlwriter_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 46 of file php_xmlwriter.h.

Typedef Documentation

◆ ze_xmlwriter_object

Variable Documentation

◆ xmlwriter_module_entry

zend_module_entry xmlwriter_module_entry
extern

Definition at line 199 of file php_xmlwriter.c.