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()
372 static zval *sxe_property_read(zval *object, zval *member, int type, void **cache_slot, zval *rv) in sxe_property_read()
380 static zval *sxe_dimension_read(zval *object, zval *offset, int type, zval *rv) in sxe_dimension_read()
422 static zval *sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_bool elements, zend_b… in sxe_prop_dim_write()
659 static zval *sxe_property_write(zval *object, zval *member, zval *value, void **cache_slot) in sxe_property_write()
669 static void sxe_dimension_write(zval *object, zval *offset, zval *value) in sxe_dimension_write()
675 static zval *sxe_property_get_adr(zval *object, zval *member, int fetch_type, void **cache_slot) /*… in sxe_property_get_adr()
714 static int sxe_prop_dim_exists(zval *object, zval *member, int check_empty, zend_bool elements, zen… in sxe_prop_dim_exists()
820 static int sxe_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in sxe_property_exists()
828 static int sxe_dimension_exists(zval *object, zval *member, int check_empty) in sxe_dimension_exists()
836 static void sxe_prop_dim_delete(zval *object, zval *member, zend_bool elements, zend_bool attribs) in sxe_prop_dim_delete()
947 static void sxe_property_delete(zval *object, zval *member, void **cache_slot) in sxe_property_delete()
955 static void sxe_dimension_delete(zval *object, zval *offset) in sxe_dimension_delete()
1029 static int sxe_prop_is_empty(zval *object) /* {{{ */ in sxe_prop_is_empty()
1122 static HashTable *sxe_get_prop_hash(zval *object, int is_debug) /* {{{ */ in sxe_get_prop_hash()
1252 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
1262 static HashTable *sxe_get_properties(zval *object) /* {{{ */ in sxe_get_properties()
1268 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()
1845 static int cast_object(zval *object, int type, char *contents) in cast_object()
1977 static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */ in sxe_count_elements()
2028 sxe_object_clone(zval *object) in sxe_object_clone()
2063 static void sxe_object_dtor(zend_object *object) in sxe_object_dtor()
2092 static void sxe_object_free_storage(zend_object *object) in sxe_object_free_storage()
2407 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator()
2515 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node()
2532 php_libxml_node_object *object; in PHP_FUNCTION() local