php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_sxe_object Struct Reference

#include <php_simplexml.h>

Data Fields

php_libxml_node_ptr * node
 
php_libxml_ref_obj * document
 
HashTableproperties
 
xmlXPathContextPtr xpath
 
struct { 
 
   zend_string *   name 
 
   zend_string *   nsprefix 
 
   int   isprefix 
 
   SXE_ITER   type 
 
   zval   data 
 
iter 
 
zval tmp
 
zend_functionfptr_count
 
zend_object zo
 

Detailed Description

Definition at line 53 of file php_simplexml.h.

Field Documentation

◆ data

zval php_sxe_object::data

Definition at line 63 of file php_simplexml.h.

◆ document

php_libxml_ref_obj* php_sxe_object::document

Definition at line 55 of file php_simplexml.h.

◆ fptr_count

zend_function* php_sxe_object::fptr_count

Definition at line 66 of file php_simplexml.h.

◆ isprefix

int php_sxe_object::isprefix

Definition at line 61 of file php_simplexml.h.

◆ [struct]

struct { ... } php_sxe_object::iter

◆ name

zend_string* php_sxe_object::name

Definition at line 59 of file php_simplexml.h.

◆ node

php_libxml_node_ptr* php_sxe_object::node

Definition at line 54 of file php_simplexml.h.

◆ nsprefix

zend_string* php_sxe_object::nsprefix

Definition at line 60 of file php_simplexml.h.

◆ properties

HashTable* php_sxe_object::properties

Definition at line 56 of file php_simplexml.h.

◆ tmp

zval php_sxe_object::tmp

Definition at line 65 of file php_simplexml.h.

◆ type

SXE_ITER php_sxe_object::type

Definition at line 62 of file php_simplexml.h.

◆ xpath

xmlXPathContextPtr php_sxe_object::xpath

Definition at line 57 of file php_simplexml.h.

◆ zo

zend_object php_sxe_object::zo

Definition at line 67 of file php_simplexml.h.


The documentation for this struct was generated from the following file: