Lines Matching defs:object
221 static zval *sxe_prop_dim_read(zend_object *object, zval *member, zend_bool elements, zend_bool att… in sxe_prop_dim_read()
361 static zval *sxe_property_read(zend_object *object, zend_string *name, int type, void **cache_slot,… in sxe_property_read()
370 static zval *sxe_dimension_read(zend_object *object, zval *offset, int type, zval *rv) in sxe_dimension_read()
389 static zval *sxe_prop_dim_write(zend_object *object, zval *member, zval *value, zend_bool elements,… in sxe_prop_dim_write()
625 static zval *sxe_property_write(zend_object *object, zend_string *name, zval *value, void **cache_s… in sxe_property_write()
635 static void sxe_dimension_write(zend_object *object, zval *offset, zval *value) in sxe_dimension_write()
641 static zval *sxe_property_get_adr(zend_object *object, zend_string *zname, int fetch_type, void **c… in sxe_property_get_adr()
677 static int sxe_prop_dim_exists(zend_object *object, zval *member, int check_empty, zend_bool elemen… in sxe_prop_dim_exists()
782 static int sxe_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in sxe_property_exists()
791 static int sxe_dimension_exists(zend_object *object, zval *member, int check_empty) in sxe_dimension_exists()
798 static void sxe_prop_dim_delete(zend_object *object, zval *member, zend_bool elements, zend_bool at… in sxe_prop_dim_delete()
908 static void sxe_property_delete(zend_object *object, zend_string *name, void **cache_slot) in sxe_property_delete()
917 static void sxe_dimension_delete(zend_object *object, zval *offset) in sxe_dimension_delete()
990 static int sxe_prop_is_empty(zend_object *object) /* {{{ */ in sxe_prop_is_empty()
1083 static HashTable *sxe_get_prop_hash(zend_object *object, int is_debug) /* {{{ */ in sxe_get_prop_hash()
1213 static HashTable *sxe_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
1223 static HashTable *sxe_get_properties(zend_object *object) /* {{{ */ in sxe_get_properties()
1229 static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()
1809 static int cast_object(zval *object, int type, char *contents) in cast_object()
1943 static int sxe_count_elements(zend_object *object, zend_long *count) /* {{{ */ in sxe_count_elements()
2106 sxe_object_clone(zend_object *object) in sxe_object_clone()
2152 static void sxe_object_dtor(zend_object *object) in sxe_object_dtor()
2180 static void sxe_object_free_storage(zend_object *object) in sxe_object_free_storage()
2496 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator()
2603 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node()
2619 php_libxml_node_object *object; in PHP_FUNCTION() local