Lines Matching defs:object

235 static zval *sxe_prop_dim_read(zval *object, zval *member, zend_bool elements, zend_bool attribs, i…  in sxe_prop_dim_read()
382 static zval *sxe_property_read(zval *object, zval *member, int type, void **cache_slot, zval *rv) in sxe_property_read()
390 static zval *sxe_dimension_read(zval *object, zval *offset, int type, zval *rv) in sxe_dimension_read()
443 static int sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_bool elements, zend_boo… in sxe_prop_dim_write()
680 static void sxe_property_write(zval *object, zval *member, zval *value, void **cache_slot) in sxe_property_write()
688 static void sxe_dimension_write(zval *object, zval *offset, zval *value) in sxe_dimension_write()
694 static zval *sxe_property_get_adr(zval *object, zval *member, int fetch_type, void **cache_slot) /*… in sxe_property_get_adr()
731 static int sxe_prop_dim_exists(zval *object, zval *member, int check_empty, zend_bool elements, zen… in sxe_prop_dim_exists()
833 static int sxe_property_exists(zval *object, zval *member, int check_empty, void **cache_slot) in sxe_property_exists()
841 static int sxe_dimension_exists(zval *object, zval *member, int check_empty) in sxe_dimension_exists()
849 static void sxe_prop_dim_delete(zval *object, zval *member, zend_bool elements, zend_bool attribs) in sxe_prop_dim_delete()
956 static void sxe_property_delete(zval *object, zval *member, void **cache_slot) in sxe_property_delete()
964 static void sxe_dimension_delete(zval *object, zval *offset) in sxe_dimension_delete()
1038 static int sxe_prop_is_empty(zval *object) /* {{{ */ in sxe_prop_is_empty()
1129 static HashTable *sxe_get_prop_hash(zval *object, int is_debug) /* {{{ */ in sxe_get_prop_hash()
1261 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
1271 static HashTable *sxe_get_properties(zval *object) /* {{{ */ in sxe_get_properties()
1277 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()
1852 static int cast_object(zval *object, int type, char *contents) in cast_object()
1985 static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */ in sxe_count_elements()
2063 sxe_object_clone(zval *object) in sxe_object_clone()
2098 static void sxe_object_dtor(zend_object *object) in sxe_object_dtor()
2127 static void sxe_object_free_storage(zend_object *object) in sxe_object_free_storage()
2442 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator()
2542 void *simplexml_export_node(zval *object) /* {{{ */ in simplexml_export_node()
2559 php_libxml_node_object *object; in PHP_FUNCTION() local