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

#include <php_xsl.h>

Data Fields

voidptr
 
HashTableparameter
 
bool hasKeys
 
php_libxml_ref_obj * sheet_ref_obj
 
zend_long securityPrefs
 
php_dom_xpath_callbacks xpath_callbacks
 
php_libxml_node_object * doc
 
zend_stringprofiling
 
zend_object std
 

Detailed Description

Definition at line 55 of file php_xsl.h.

Field Documentation

◆ doc

php_libxml_node_object* xsl_object::doc

Definition at line 62 of file php_xsl.h.

◆ hasKeys

bool xsl_object::hasKeys

Definition at line 58 of file php_xsl.h.

◆ parameter

HashTable* xsl_object::parameter

Definition at line 57 of file php_xsl.h.

◆ profiling

zend_string* xsl_object::profiling

Definition at line 63 of file php_xsl.h.

◆ ptr

void* xsl_object::ptr

Definition at line 56 of file php_xsl.h.

◆ securityPrefs

zend_long xsl_object::securityPrefs

Definition at line 60 of file php_xsl.h.

◆ sheet_ref_obj

php_libxml_ref_obj* xsl_object::sheet_ref_obj

Definition at line 59 of file php_xsl.h.

◆ std

zend_object xsl_object::std

Definition at line 64 of file php_xsl.h.

◆ xpath_callbacks

php_dom_xpath_callbacks xsl_object::xpath_callbacks

Definition at line 61 of file php_xsl.h.


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