php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
token_list.h File Reference

Go to the source code of this file.

Data Structures

struct  dom_token_list_object
 

Typedefs

typedef struct dom_token_list_object dom_token_list_object
 

Functions

void dom_token_list_ctor (dom_token_list_object *intern, dom_object *element_obj)
 
void dom_token_list_free_obj (zend_object *object)
 
zvaldom_token_list_read_dimension (zend_object *object, zval *offset, int type, zval *rv)
 
int dom_token_list_has_dimension (zend_object *object, zval *offset, int check_empty)
 
zend_object_iteratordom_token_list_get_iterator (zend_class_entry *ce, zval *object, int by_ref)
 

Typedef Documentation

◆ dom_token_list_object

typedef struct dom_token_list_object dom_token_list_object

Function Documentation

◆ dom_token_list_ctor()

void dom_token_list_ctor ( dom_token_list_object * intern,
dom_object * element_obj )

◆ dom_token_list_free_obj()

void dom_token_list_free_obj ( zend_object * object)

◆ dom_token_list_get_iterator()

zend_object_iterator * dom_token_list_get_iterator ( zend_class_entry * ce,
zval * object,
int by_ref )

◆ dom_token_list_has_dimension()

int dom_token_list_has_dimension ( zend_object * object,
zval * offset,
int check_empty )

◆ dom_token_list_read_dimension()

zval * dom_token_list_read_dimension ( zend_object * object,
zval * offset,
int type,
zval * rv )