Home
last modified time | relevance | path

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

/PHP-8.0/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.c65 php_sxe_object *subnode; in _node_as_zval()
87 php_sxe_object *intern; in php_sxe_get_first_node()
223 php_sxe_object *sxe; in sxe_prop_dim_read()
391 php_sxe_object *sxe; in sxe_prop_dim_write()
643 php_sxe_object *sxe; in sxe_property_get_adr()
679 php_sxe_object *sxe; in sxe_prop_dim_exists()
800 php_sxe_object *sxe; in sxe_prop_dim_delete()
1214 php_sxe_object *sxe; in sxe_get_gc()
1592 php_sxe_object *sxe; in SXE_METHOD()
1622 php_sxe_object *sxe; in SXE_METHOD()
[all …]
H A Dphp_simplexml.h68 } php_sxe_object; typedef

Completed in 14 milliseconds