Lines Matching defs:object

189 static zval *sxe_prop_dim_read(zend_object *object, zval *member, bool elements, bool attribs, int …  in sxe_prop_dim_read()
329 static zval *sxe_property_read(zend_object *object, zend_string *name, int type, void **cache_slot,… in sxe_property_read()
338 static zval *sxe_dimension_read(zend_object *object, zval *offset, int type, zval *rv) in sxe_dimension_read()
357 static zval *sxe_prop_dim_write(zend_object *object, zval *member, zval *value, bool elements, bool… in sxe_prop_dim_write()
595 static zval *sxe_property_write(zend_object *object, zend_string *name, zval *value, void **cache_s… in sxe_property_write()
605 static void sxe_dimension_write(zend_object *object, zval *offset, zval *value) in sxe_dimension_write()
611 static zval *sxe_property_get_adr(zend_object *object, zend_string *zname, int fetch_type, void **c… in sxe_property_get_adr()
650 static int sxe_prop_dim_exists(zend_object *object, zval *member, int check_empty, bool elements, b… in sxe_prop_dim_exists()
755 static int sxe_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in sxe_property_exists()
764 static int sxe_dimension_exists(zend_object *object, zval *member, int check_empty) in sxe_dimension_exists()
771 static void sxe_prop_dim_delete(zend_object *object, zval *member, bool elements, bool attribs) in sxe_prop_dim_delete()
883 static void sxe_property_delete(zend_object *object, zend_string *name, void **cache_slot) in sxe_property_delete()
892 static void sxe_dimension_delete(zend_object *object, zval *offset) in sxe_dimension_delete()
965 static int sxe_prop_is_empty(zend_object *object) /* {{{ */ in sxe_prop_is_empty()
1047 static HashTable *sxe_get_prop_hash(zend_object *object, int is_debug) /* {{{ */ in sxe_get_prop_hash()
1168 static HashTable *sxe_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
1178 static HashTable *sxe_get_properties(zend_object *object) /* {{{ */ in sxe_get_properties()
1184 static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()
1784 static zend_result cast_object(zval *object, int type, char *contents) in cast_object()
1908 static zend_result sxe_count_elements(zend_object *object, zend_long *count) /* {{{ */ in sxe_count_elements()
2070 sxe_object_clone(zend_object *object) in sxe_object_clone()
2116 static void sxe_object_free_storage(zend_object *object) in sxe_object_free_storage()
2457 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator()
2564 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node()
2580 php_libxml_node_object *object; in PHP_FUNCTION() local