Home
last modified time | relevance | path

Searched refs:php_sxe_object (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/simplexml/
H A Dphp_simplexml_exports.h40 static inline php_sxe_object *php_sxe_fetch_object(zend_object *obj) /* {{{ */ { in php_sxe_fetch_object()
41 return (php_sxe_object *)((char*)(obj) - XtOffsetOf(php_sxe_object, zo)); in php_sxe_fetch_object()
49 php_sxe_object *sxe;
52 PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe);
53 PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe);
H A Dsimplexml.c60 php_sxe_object *subnode; in _node_as_zval()
197 php_sxe_object *sxe; in sxe_prop_dim_read()
365 php_sxe_object *sxe; in sxe_prop_dim_write()
619 php_sxe_object *sxe; in sxe_property_get_adr()
658 php_sxe_object *sxe; in sxe_prop_dim_exists()
779 php_sxe_object *sxe; in sxe_prop_dim_delete()
1201 php_sxe_object *sxe; in sxe_get_gc()
1608 php_sxe_object *sxe; in PHP_METHOD()
1638 php_sxe_object *sxe; in PHP_METHOD()
1662 php_sxe_object *sxe; in PHP_METHOD()
[all …]
H A Dphp_simplexml.h68 } php_sxe_object; typedef

Completed in 17 milliseconds