other 619 ext/dba/dba.c dba_info *info, *other; other 825 ext/dba/dba.c if ((other = php_dba_find(info->path TSRMLS_CC)) != NULL) { other 826 ext/dba/dba.c if ( ( (lock_mode&LOCK_EX) && (other->lock.mode&(LOCK_EX|LOCK_SH)) ) other 827 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 90 ext/spl/spl_array.c spl_array_object *other = (spl_array_object*)zend_object_store_get_object(intern->array TSRMLS_CC); other 91 ext/spl/spl_array.c return spl_array_get_hash_table(other, check_std_props TSRMLS_CC); other 187 ext/spl/spl_array.c spl_array_object *other = (spl_array_object*)zend_object_store_get_object(orig TSRMLS_CC); other 190 ext/spl/spl_array.c intern->ar_flags |= (other->ar_flags & SPL_ARRAY_CLONE_MASK); other 191 ext/spl/spl_array.c intern->ce_get_iterator = other->ce_get_iterator; other 193 ext/spl/spl_array.c intern->array = other->array; other 197 ext/spl/spl_array.c zend_hash_copy(HASH_OF(intern->array), HASH_OF(other->array), (copy_ctor_func_t) zval_add_ref, &tmp, sizeof(zval*)); other 200 ext/spl/spl_array.c Z_ADDREF_P(other->array); other 1131 ext/spl/spl_array.c spl_array_object *other = (spl_array_object*)zend_object_store_get_object(*array TSRMLS_CC); other 1132 ext/spl/spl_array.c ar_flags = other->ar_flags & ~SPL_ARRAY_INT_MASK; other 386 ext/spl/spl_dllist.c spl_dllist_object *other = (spl_dllist_object*)zend_object_store_get_object(orig TSRMLS_CC); other 387 ext/spl/spl_dllist.c intern->ce_get_iterator = other->ce_get_iterator; other 390 ext/spl/spl_dllist.c intern->llist = (spl_ptr_llist *)spl_ptr_llist_init(other->llist->ctor, other->llist->dtor); other 391 ext/spl/spl_dllist.c spl_ptr_llist_copy(other->llist, intern->llist TSRMLS_CC); other 395 ext/spl/spl_dllist.c intern->llist = other->llist; other 400 ext/spl/spl_dllist.c intern->flags = other->flags; other 241 ext/spl/spl_fixedarray.c spl_fixedarray_object *other = (spl_fixedarray_object*)zend_object_store_get_object(orig TSRMLS_CC); other 242 ext/spl/spl_fixedarray.c intern->ce_get_iterator = other->ce_get_iterator; other 243 ext/spl/spl_fixedarray.c if (!other->array) { other 248 ext/spl/spl_fixedarray.c spl_fixedarray_init(intern->array, other->array->size TSRMLS_CC); other 249 ext/spl/spl_fixedarray.c spl_fixedarray_copy(intern->array, other->array TSRMLS_CC); other 404 ext/spl/spl_heap.c spl_heap_object *other = (spl_heap_object*)zend_object_store_get_object(orig TSRMLS_CC); other 405 ext/spl/spl_heap.c intern->ce_get_iterator = other->ce_get_iterator; other 409 ext/spl/spl_heap.c intern->heap = spl_ptr_heap_clone(other->heap TSRMLS_CC); other 416 ext/spl/spl_heap.c intern->heap = other->heap; other 419 ext/spl/spl_heap.c intern->flags = other->flags; other 246 ext/spl/spl_observer.c void spl_object_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *other TSRMLS_DC) { /* {{{ */ other 250 ext/spl/spl_observer.c zend_hash_internal_pointer_reset_ex(&other->storage, &pos); other 251 ext/spl/spl_observer.c while (zend_hash_get_current_data_ex(&other->storage, (void **)&element, &pos) == SUCCESS) { other 253 ext/spl/spl_observer.c zend_hash_move_forward_ex(&other->storage, &pos); other 279 ext/spl/spl_observer.c spl_SplObjectStorage *other = (spl_SplObjectStorage*)zend_object_store_get_object(orig TSRMLS_CC); other 280 ext/spl/spl_observer.c spl_object_storage_addall(intern, orig, other TSRMLS_CC); other 525 ext/spl/spl_observer.c spl_SplObjectStorage *other; other 531 ext/spl/spl_observer.c other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); other 533 ext/spl/spl_observer.c spl_object_storage_addall(intern, getThis(), other TSRMLS_CC); other 544 ext/spl/spl_observer.c spl_SplObjectStorage *other; other 551 ext/spl/spl_observer.c other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); other 553 ext/spl/spl_observer.c zend_hash_internal_pointer_reset(&other->storage); other 554 ext/spl/spl_observer.c while (zend_hash_get_current_data(&other->storage, (void **)&element) == SUCCESS) { other 556 ext/spl/spl_observer.c zend_hash_move_forward(&other->storage); other 572 ext/spl/spl_observer.c spl_SplObjectStorage *other; other 579 ext/spl/spl_observer.c other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); other 583 ext/spl/spl_observer.c if (!spl_object_storage_contains(other, getThis(), element->obj TSRMLS_CC)) {