Home
last modified time | relevance | path

Searched refs:element (Results 401 – 425 of 1163) sorted by path

1...<<11121314151617181920>>...47

/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc23 * method accept(). Typically this invloves reading the current element or
48 * Accept function to decide whether an element of the inner iterator
51 * @return whether or not to expose the current element of the inner
57 * Fetch next element and store it.
71 * Move to next element
H A Dinfiniteiterator.inc35 /** Move the inner Iterator forward to its next element or rewind it.
H A Diteratoriterator.inc91 /** forward to next element
98 /** rewind to the first element
H A Dlimititerator.inc34 * @param offset Offset to first element
95 /** @return current element
101 /** Forward to nect element
H A Dparentiterator.inc24 /** @return whetehr the current element has children
H A Drecursivearrayiterator.inc32 /** @return whether the current element has children
H A Drecursivecachingiterator.inc29 * - CALL_TOSTRING (whether to call __toString() for every element)
46 /** Forward to next element if necessary then an Iterator for the Children
80 /** @return whether the current element has children
H A Drecursivefilteriterator.inc39 /** @return whether the current element has children
H A Drecursiveiterator.inc20 /** @return whether the current element has children
24 /** @return the sub iterator for the current element
H A Drecursiveiteratoriterator.inc32 * to the next element. */
51 * element.
97 /** @return current element
105 /** Forward to next element
182 /** @return whether current sub iterators current element has children
230 /** Called when the next element is available
H A Drecursiveregexiterator.inc38 /** @return whether the current element has children
H A Drecursivetreeiterator.inc51 /** Prefix used right in front of the current element. */
68 /** @return string to place in front of current element
82 /** @return string presentation build for current element
89 /** @return string to place after the current element
96 /** @return the current element prefixed and postfixed
H A Dspldoublylinkedlist.inc48 /** @return the element popped from the end of the DLL.
59 /** @return the element shifted from the beginning of the DLL.
70 /** Pushes an element to the end of the DLL.
79 /** Adds an element to the beginning of the DLL.
88 /** @return the element at the beginning of the DLL.
95 /** @return the element at the end of the DLL.
175 /** Forward to next element
255 /** Unsets the element at a certain offset in the DLL
H A Dsplobjectstorage.inc53 $element = current($this->storage);
54 return $element ? $element[0] : NULL
62 $element = current($this->storage);
63 return $element ? $element[1] : NULL
76 /** Forward to next element
98 foreach($this->storage as $element)
100 if ($object === $element[0])
127 foreach($this->storage as $idx => $element)
129 if ($object === $element[0])
161 if ($object === $element[0])
[all …]
H A Dsplqueue.inc51 /** @return the first element of the queue.
60 /** Pushes an element at the end of the queue.
/PHP-5.5/ext/spl/
H A Dspl_dllist.c802 if (element != NULL) { in SPL_METHOD()
891 if (element != NULL) { in SPL_METHOD()
893 if (element->prev) { in SPL_METHOD()
894 element->prev->next = element->next; in SPL_METHOD()
897 if (element->next) { in SPL_METHOD()
898 element->next->prev = element->prev; in SPL_METHOD()
923 element->data = NULL; in SPL_METHOD()
1021 if (element == NULL || element->data == NULL) { in spl_dllist_it_get_current_data()
1129 if (element == NULL || element->data == NULL) { in SPL_METHOD()
1277 elem->next = element; in SPL_METHOD()
[all …]
H A Dspl_fixedarray.c704 zval **element, *value; in SPL_METHOD() local
710 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; in SPL_METHOD()
733 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; in SPL_METHOD()
738 value = *element; in SPL_METHOD()
745 zval **element, *value; in SPL_METHOD() local
751 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; in SPL_METHOD()
755 value = *element; in SPL_METHOD()
H A Dspl_heap.c917 zval **element = (zval **)&iterator->object->heap->elements[0]; in spl_heap_it_get_current_data() local
924 if (iterator->object->heap->count == 0 || !*element) { in spl_heap_it_get_current_data()
927 *data = element; in spl_heap_it_get_current_data()
942 if (iterator->object->heap->count == 0 || !*element) { in spl_pqueue_it_get_current_data()
945 *data = spl_pqueue_extract_helper(element, iterator->object->flags); in spl_pqueue_it_get_current_data()
1043 zval *element = (zval *)intern->heap->elements[0]; in SPL_METHOD() local
1049 if (!intern->heap->count || !element) { in SPL_METHOD()
1052 RETURN_ZVAL(element, 1, 0); in SPL_METHOD()
1062 zval **element = (zval **)&intern->heap->elements[0]; in SPL_METHOD() local
1068 if (!intern->heap->count || !*element) { in SPL_METHOD()
[all …]
H A Dspl_observer.c188 zval_ptr_dtor(&element->obj); in spl_object_storage_dtor()
196 return element; in spl_object_storage_get()
226 element.obj = obj; in spl_object_storage_attach()
227 element.inf = inf; in spl_object_storage_attach()
251 spl_object_storage_attach(intern, this, element->obj, element->inf TSRMLS_CC); in spl_object_storage_addall()
511 if (!element) { in SPL_METHOD()
711 element->inf = inf; in SPL_METHOD()
1091 it = element->obj; in SPL_METHOD()
1114 it = element->obj; in SPL_METHOD()
1144 it = element->obj; in SPL_METHOD()
[all …]
/PHP-5.5/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
H A DSplDoublylinkedlist_offsetunset_first002.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
H A DSplFileObject_fputcsv_variation1.phpt10 /* the array is with three elements in it. Each element should be read as
11 1st element is delimiter, 2nd element is enclosure
12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation10.phpt10 /* the array is with three elements in it. Each element should be read as
11 1st element is delimiter, 2nd element is enclosure
12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation11.phpt10 /* the array is with three elements in it. Each element should be read as
11 1st element is delimiter, 2nd element is enclosure
12 and 3rd element is csv fields

Completed in 77 milliseconds

1...<<11121314151617181920>>...47