php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
nodelist.h
Go to the documentation of this file.
1/*
2 +----------------------------------------------------------------------+
3 | Copyright (c) The PHP Group |
4 +----------------------------------------------------------------------+
5 | This source file is subject to version 3.01 of the PHP license, |
6 | that is bundled with this package in the file LICENSE, and is |
7 | available through the world-wide-web at the following url: |
8 | https://www.php.net/license/3_01.txt |
9 | If you did not receive a copy of the PHP license and are unable to |
10 | obtain it through the world-wide-web, please send a note to |
11 | license@php.net so we can mail you a copy immediately. |
12 +----------------------------------------------------------------------+
13 | Authors: Niels Dossche <nielsdos@php.net> |
14 +----------------------------------------------------------------------+
15*/
16
17#ifndef PHP_NODELIST_H
18#define PHP_NODELIST_H
19
25
33
38int dom_modern_nodelist_has_dimension(zend_object *object, zval *member, int check_empty);
39
40#endif
zend_ffi_type * type
Definition ffi.c:3812
zend_long offset
zval * dom_modern_nodelist_read_dimension(zend_object *object, zval *offset, int type, zval *rv)
dom_nodelist_dimension_index dom_modern_nodelist_get_index(const zval *offset)
dom_nodelist_dimension_index_type
Definition nodelist.h:20
@ DOM_NODELIST_DIM_STRING
Definition nodelist.h:22
@ DOM_NODELIST_DIM_ILLEGAL
Definition nodelist.h:21
@ DOM_NODELIST_DIM_LONG
Definition nodelist.h:23
zend_long php_dom_get_nodelist_length(dom_object *obj)
void php_dom_nodelist_get_item_into_zval(dom_nnodemap_object *objmap, zend_long index, zval *return_value)
int dom_modern_nodelist_has_dimension(zend_object *object, zval *member, int check_empty)
zval rv
Definition session.c:1024
enum dom_nodelist_dimension_index_type type
Definition nodelist.h:31
struct _dom_object dom_object
struct _zval_struct zval
int32_t zend_long
Definition zend_long.h:42
struct _zend_string zend_string
struct _zend_object zend_object
zval * return_value