|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_simplexml.h>
Data Fields | ||
| php_libxml_node_ptr * | node | |
| php_libxml_ref_obj * | document | |
| HashTable * | properties | |
| xmlXPathContextPtr | xpath | |
| struct { | ||
| zend_string * name | ||
| zend_string * nsprefix | ||
| int isprefix | ||
| SXE_ITER type | ||
| zval data | ||
| } | iter | |
| zval | tmp | |
| zend_function * | fptr_count | |
| zend_object | zo | |
Definition at line 53 of file php_simplexml.h.
| zval php_sxe_object::data |
Definition at line 63 of file php_simplexml.h.
| php_libxml_ref_obj* php_sxe_object::document |
Definition at line 55 of file php_simplexml.h.
| zend_function* php_sxe_object::fptr_count |
Definition at line 66 of file php_simplexml.h.
| int php_sxe_object::isprefix |
Definition at line 61 of file php_simplexml.h.
| struct { ... } php_sxe_object::iter |
| zend_string* php_sxe_object::name |
Definition at line 59 of file php_simplexml.h.
| php_libxml_node_ptr* php_sxe_object::node |
Definition at line 54 of file php_simplexml.h.
| zend_string* php_sxe_object::nsprefix |
Definition at line 60 of file php_simplexml.h.
| HashTable* php_sxe_object::properties |
Definition at line 56 of file php_simplexml.h.
| zval php_sxe_object::tmp |
Definition at line 65 of file php_simplexml.h.
| SXE_ITER php_sxe_object::type |
Definition at line 62 of file php_simplexml.h.
| xmlXPathContextPtr php_sxe_object::xpath |
Definition at line 57 of file php_simplexml.h.
| zend_object php_sxe_object::zo |
Definition at line 67 of file php_simplexml.h.