other             636 ext/dba/dba.c  	dba_info *info, *other;
other             847 ext/dba/dba.c  		if ((other = php_dba_find(info->path)) != NULL) {
other             848 ext/dba/dba.c  			if (   ( (lock_mode&LOCK_EX)        && (other->lock.mode&(LOCK_EX|LOCK_SH)) )
other             849 ext/dba/dba.c  			    || ( (other->lock.mode&LOCK_EX) && (lock_mode&(LOCK_EX|LOCK_SH))        )
other              68 ext/dom/node.c 	ZEND_ARG_OBJ_INFO(0, other, DOMNode, 0)
other              72 ext/dom/node.c 	ZEND_ARG_OBJ_INFO(0, other, DOMNode, 0)
other              33 ext/intl/breakiterator/codepointiterator_internal.h 		CodePointBreakIterator(const CodePointBreakIterator &other);
other              93 ext/spl/spl_array.c 		spl_array_object *other = Z_SPLARRAY_P(&intern->array);
other              94 ext/spl/spl_array.c 		return spl_array_get_hash_table(other);
other             171 ext/spl/spl_array.c 		spl_array_object *other = Z_SPLARRAY_P(orig);
other             174 ext/spl/spl_array.c 		intern->ar_flags |= (other->ar_flags & SPL_ARRAY_CLONE_MASK);
other             175 ext/spl/spl_array.c 		intern->ce_get_iterator = other->ce_get_iterator;
other             177 ext/spl/spl_array.c 			if (other->ar_flags & SPL_ARRAY_IS_SELF) {
other             181 ext/spl/spl_array.c 					zend_array_dup(spl_array_get_hash_table(other)));
other            1105 ext/spl/spl_array.c 				spl_array_object *other = Z_SPLARRAY_P(array);
other            1106 ext/spl/spl_array.c 				ar_flags = other->ar_flags & ~SPL_ARRAY_INT_MASK;
other             385 ext/spl/spl_dllist.c 		spl_dllist_object *other = Z_SPLDLLIST_P(orig);
other             386 ext/spl/spl_dllist.c 		intern->ce_get_iterator = other->ce_get_iterator;
other             389 ext/spl/spl_dllist.c 			intern->llist = (spl_ptr_llist *)spl_ptr_llist_init(other->llist->ctor, other->llist->dtor);
other             390 ext/spl/spl_dllist.c 			spl_ptr_llist_copy(other->llist, intern->llist);
other             394 ext/spl/spl_dllist.c 			intern->llist = other->llist;
other             399 ext/spl/spl_dllist.c 		intern->flags = other->flags;
other             230 ext/spl/spl_fixedarray.c 		spl_fixedarray_object *other = Z_SPLFIXEDARRAY_P(orig);
other             231 ext/spl/spl_fixedarray.c 		intern->ce_get_iterator = other->ce_get_iterator;
other             232 ext/spl/spl_fixedarray.c 		if (!other->array) {
other             237 ext/spl/spl_fixedarray.c 			spl_fixedarray_init(intern->array, other->array->size);
other             238 ext/spl/spl_fixedarray.c 			spl_fixedarray_copy(intern->array, other->array);
other             377 ext/spl/spl_heap.c 		spl_heap_object *other = Z_SPLHEAP_P(orig);
other             378 ext/spl/spl_heap.c 		intern->ce_get_iterator = other->ce_get_iterator;
other             381 ext/spl/spl_heap.c 			intern->heap = spl_ptr_heap_clone(other->heap);
other             383 ext/spl/spl_heap.c 			intern->heap = other->heap;
other             386 ext/spl/spl_heap.c 		intern->flags = other->flags;
other             207 ext/spl/spl_observer.c void spl_object_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *other) { /* {{{ */
other             210 ext/spl/spl_observer.c 	ZEND_HASH_FOREACH_PTR(&other->storage, element) {
other             234 ext/spl/spl_observer.c 		spl_SplObjectStorage *other = Z_SPLOBJSTORAGE_P(orig);
other             235 ext/spl/spl_observer.c 		spl_object_storage_addall(intern, orig, other);
other             463 ext/spl/spl_observer.c 	spl_SplObjectStorage *other;
other             469 ext/spl/spl_observer.c 	other = Z_SPLOBJSTORAGE_P(obj);
other             471 ext/spl/spl_observer.c 	spl_object_storage_addall(intern, getThis(), other);
other             482 ext/spl/spl_observer.c 	spl_SplObjectStorage *other;
other             489 ext/spl/spl_observer.c 	other = Z_SPLOBJSTORAGE_P(obj);
other             491 ext/spl/spl_observer.c 	zend_hash_internal_pointer_reset(&other->storage);
other             492 ext/spl/spl_observer.c 	while ((element = zend_hash_get_current_data_ptr(&other->storage)) != NULL) {
other             494 ext/spl/spl_observer.c 			zend_hash_move_forward(&other->storage);
other             510 ext/spl/spl_observer.c 	spl_SplObjectStorage *other;
other             517 ext/spl/spl_observer.c 	other = Z_SPLOBJSTORAGE_P(obj);
other             520 ext/spl/spl_observer.c 		if (!spl_object_storage_contains(other, getThis(), &element->obj)) {