Lines Matching refs:zval

53 static zval *sxe_get_value(zval *z, zval *rv);
56 static zval *php_sxe_iterator_current_data(zend_object_iterator *iter);
57 static void php_sxe_iterator_current_key(zend_object_iterator *iter, zval *key);
63 static void _node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, cha… in _node_as_zval()
231 static zval *sxe_prop_dim_read(zval *object, zval *member, zend_bool elements, zend_bool attribs, i… in sxe_prop_dim_read()
237 zval tmp_zv; in sxe_prop_dim_read()
368 static zval *sxe_property_read(zval *object, zval *member, int type, void **cache_slot, zval *rv) in sxe_property_read()
376 static zval *sxe_dimension_read(zval *object, zval *offset, int type, zval *rv) in sxe_dimension_read()
384 static void change_node_zval(xmlNodePtr node, zval *value) in change_node_zval()
418 static int sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_bool elements, zend_boo… in sxe_prop_dim_write()
433 zval tmp_zv, zval_copy; in sxe_prop_dim_write()
654 static void sxe_property_write(zval *object, zval *member, zval *value, void **cache_slot) in sxe_property_write()
662 static void sxe_dimension_write(zval *object, zval *offset, zval *value) in sxe_dimension_write()
668 static zval *sxe_property_get_adr(zval *object, zval *member, int fetch_type, void **cache_slot) /*… in sxe_property_get_adr()
672 zval ret; in sxe_property_get_adr()
705 static int sxe_prop_dim_exists(zval *object, zval *member, int check_empty, zend_bool elements, zen… in sxe_prop_dim_exists()
712 zval tmp_zv; in sxe_prop_dim_exists()
807 static int sxe_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in sxe_property_exists()
815 static int sxe_dimension_exists(zval *object, zval *member, int check_empty) in sxe_dimension_exists()
823 static void sxe_prop_dim_delete(zval *object, zval *member, zend_bool elements, zend_bool attribs) in sxe_prop_dim_delete()
830 zval tmp_zv; in sxe_prop_dim_delete()
930 static void sxe_property_delete(zval *object, zval *member, void **cache_slot) in sxe_property_delete()
938 static void sxe_dimension_delete(zval *object, zval *offset) in sxe_dimension_delete()
962 static void _get_base_node_value(php_sxe_object *sxe_ref, xmlNodePtr node, zval *value, xmlChar *ns… in _get_base_node_value()
989 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value) /* {{{ */ in sxe_properties_add()
992 zval *data_ptr; in sxe_properties_add()
993 zval newptr; in sxe_properties_add()
1012 static int sxe_prop_is_empty(zval *object) /* {{{ */ in sxe_prop_is_empty()
1017 zval iter_data; in sxe_prop_is_empty()
1103 static HashTable *sxe_get_prop_hash(zval *object, int is_debug) /* {{{ */ in sxe_get_prop_hash()
1105 zval value; in sxe_get_prop_hash()
1106 zval zattr; in sxe_get_prop_hash()
1115 zval iter_data; in sxe_get_prop_hash()
1233 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
1243 static HashTable *sxe_get_properties(zval *object) /* {{{ */ in sxe_get_properties()
1249 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()
1256 static int sxe_objects_compare(zval *object1, zval *object2) /* {{{ */ in sxe_objects_compare()
1282 zval value; in SXE_METHOD()
1491 static inline void sxe_add_namespace_name(zval *return_value, xmlNsPtr ns) /* {{{ */ in sxe_add_namespace_name()
1495 zval zv; in sxe_add_namespace_name()
1505 static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *ret… in sxe_add_namespaces()
1560 …red_namespaces(php_sxe_object *sxe, xmlNodePtr node, zend_bool recursive, zval *return_value) /* {… in sxe_add_registered_namespaces()
1826 static int cast_object(zval *object, int type, char *contents) in cast_object()
1859 static int sxe_object_cast_ex(zval *readobj, zval *writeobj, int type) in sxe_object_cast_ex()
1908 static int sxe_object_cast(zval *readobj, zval *writeobj, int type) in sxe_object_cast()
1934 zval data; in php_sxe_count_elements_helper()
1958 static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */ in sxe_count_elements()
1963 zval rv; in sxe_count_elements()
1993 static zval *sxe_get_value(zval *z, zval *rv) /* {{{ */ in sxe_get_value()
2009 sxe_object_clone(zval *object) in sxe_object_clone()
2388 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator()
2426 static zval *php_sxe_iterator_current_data(zend_object_iterator *iter) /* {{{ */ in php_sxe_iterator_current_data()
2434 static void php_sxe_iterator_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in php_sxe_iterator_current_key()
2437 zval *curobj = &iterator->sxe->iter.data; in php_sxe_iterator_current_key()
2495 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node()
2511 zval *node; in PHP_FUNCTION()