Lines Matching defs:object

231 static zval *sxe_prop_dim_read(zval *object, zval *member, zend_bool elements, zend_bool attribs, i…  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()
418 static int sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_bool elements, zend_boo… 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()
705 static int sxe_prop_dim_exists(zval *object, zval *member, int check_empty, zend_bool elements, zen… 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()
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()
1012 static int sxe_prop_is_empty(zval *object) /* {{{ */ in sxe_prop_is_empty()
1103 static HashTable *sxe_get_prop_hash(zval *object, int is_debug) /* {{{ */ 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()
1826 static int cast_object(zval *object, int type, char *contents) in cast_object()
1958 static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */ in sxe_count_elements()
2009 sxe_object_clone(zval *object) in sxe_object_clone()
2044 static void sxe_object_dtor(zend_object *object) in sxe_object_dtor()
2073 static void sxe_object_free_storage(zend_object *object) in sxe_object_free_storage()
2388 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator()
2495 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node()
2512 php_libxml_node_object *object; in PHP_FUNCTION() local