| /PHP_TRUNK/ext/spl/examples/ |
| H A D | dualiterator.inc | 162 * @note If one implements RecursiveIterator the other must do as well.
|
| H A D | keyfilter.inc | 18 * are strings. In other words you can put an iterator into the constructor
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | appenditerator.inc | 13 * @brief Iterator that iterates over several iterators one after the other
|
| H A D | filteriterator.inc | 18 * Instances of this class act as a filter around iterators. In other words
|
| H A D | multipleiterator.inc | 13 * @brief Iterator that iterates over several iterators one after the other
|
| H A D | spldoublylinkedlist.inc | 118 * - The direction of the iteration (either one or the other) 122 * - The behavior of the iterator (either one or the other)
|
| /PHP_TRUNK/ext/standard/tests/file/windows_acls/ |
| H A D | common.inc | 52 all the other users having acls on the files must loose them.
|
| /PHP_TRUNK/tests/lang/ |
| H A D | 023-1.inc | 7 * structures), while trying to combine code from other parts of the 14 /* This test tests assignments to variables using other variables as variable-names */
|
| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | codepointiterator_internal.cpp | 43 CodePointBreakIterator::CodePointBreakIterator(const PHP::CodePointBreakIterator &other) argument 44 : BreakIterator(other), fText(NULL), fCharIter(NULL), lastCodePoint(U_SENTINEL) 46 *this = other;
|
| H A D | codepointiterator_internal.h | 33 CodePointBreakIterator(const CodePointBreakIterator &other);
|
| /PHP_TRUNK/ext/dom/ |
| H A D | node.c | 68 ZEND_ARG_OBJ_INFO(0, other, DOMNode, 0) 72 ZEND_ARG_OBJ_INFO(0, other, DOMNode, 0) 1555 /* {{{ proto short dom_node_compare_document_position(DomNode other); 1565 /* {{{ proto boolean dom_node_is_same_node(DomNode other);
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_observer.c | 239 void spl_object_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *other TSRMLS_DC) { /* {{{ */ 243 zend_hash_internal_pointer_reset_ex(&other->storage, &pos); 244 while (zend_hash_get_current_data_ex(&other->storage, (void **)&element, &pos) == SUCCESS) { 246 zend_hash_move_forward_ex(&other->storage, &pos); 272 spl_SplObjectStorage *other = (spl_SplObjectStorage*)zend_object_store_get_object(orig TSRMLS_CC); local 273 spl_object_storage_addall(intern, orig, other TSRMLS_CC); 535 spl_SplObjectStorage *other; local 541 other = (spl_SplObjectStorage *)zend_object_store_get_object(obj TSRMLS_CC); 543 spl_object_storage_addall(intern, getThis(), other TSRMLS_CC); 554 spl_SplObjectStorage *other; local 582 spl_SplObjectStorage *other; local [all...] |
| H A D | spl_array.c | 90 spl_array_object *other = (spl_array_object*)zend_object_store_get_object(intern->array TSRMLS_CC); local 91 return spl_array_get_hash_table(other, check_std_props TSRMLS_CC); 187 spl_array_object *other = (spl_array_object*)zend_object_store_get_object(orig TSRMLS_CC); local 190 intern->ar_flags |= (other->ar_flags & SPL_ARRAY_CLONE_MASK); 191 intern->ce_get_iterator = other->ce_get_iterator; 193 intern->array = other->array; 197 zend_hash_copy(HASH_OF(intern->array), HASH_OF(other->array), (copy_ctor_func_t) zval_add_ref, &tmp, sizeof(zval*)); 200 Z_ADDREF_P(other->array); 1109 spl_array_object *other = (spl_array_object*)zend_object_store_get_object(*array TSRMLS_CC); local 1110 ar_flags = other [all...] |
| H A D | spl_fixedarray.c | 241 spl_fixedarray_object *other = (spl_fixedarray_object*)zend_object_store_get_object(orig TSRMLS_CC); local 242 intern->ce_get_iterator = other->ce_get_iterator; 243 if (!other->array) { 248 spl_fixedarray_init(intern->array, other->array->size TSRMLS_CC); 249 spl_fixedarray_copy(intern->array, other->array TSRMLS_CC);
|
| H A D | spl_heap.c | 403 spl_heap_object *other = (spl_heap_object*)zend_object_store_get_object(orig TSRMLS_CC); local 404 intern->ce_get_iterator = other->ce_get_iterator; 408 intern->heap = spl_ptr_heap_clone(other->heap TSRMLS_CC); 415 intern->heap = other->heap; 418 intern->flags = other->flags;
|
| H A D | spl_dllist.c | 388 spl_dllist_object *other = (spl_dllist_object*)zend_object_store_get_object(orig TSRMLS_CC); local 389 intern->ce_get_iterator = other->ce_get_iterator; 392 intern->llist = (spl_ptr_llist *)spl_ptr_llist_init(other->llist->ctor, other->llist->dtor); 393 spl_ptr_llist_copy(other->llist, intern->llist TSRMLS_CC); 397 intern->llist = other->llist; 402 intern->flags = other->flags;
|
| /PHP_TRUNK/ext/dba/ |
| H A D | dba.c | 606 dba_info *info, *other; local 811 if ((other = php_dba_find(info->path TSRMLS_CC)) != NULL) { 812 if ( ( (lock_mode&LOCK_EX) && (other->lock.mode&(LOCK_EX|LOCK_SH)) ) 813 || ( (other->lock.mode&LOCK_EX) && (lock_mode&(LOCK_EX|LOCK_SH)) ) 1108 If inifile: remove all other key lines */ 1136 If inifile: remove all other key lines */
|