| /PHP_5_3/ext/phar/phar/ |
| H A D | directorytreeiterator.inc | 34 /** @return the current element prefixed with ASCII graphics
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | dbareader.inc | 44 * Rewind to first element. 52 * Move to next element.
|
| H A D | directorytreeiterator.inc | 34 /** @return the current element prefixed with ASCII graphics
|
| H A D | searchiterator.inc | 13 * @brief Iterator to search for a specific element 34 /** @return whether the current element is valid
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | appenditerator.inc | 36 * ArrayIterator will be rewound und forwarded to the appended element. 50 /** Rewind to the first element of the first inner Iterator. 62 /** @return whether the current element is valid 74 * the access to a non valid element in the inner iterator. Since 87 /** Move to the next element. If this means to another Iterator that 100 return; /* found valid element in current inner iterator */ 108 return; /* found element as first elemet in another iterator */
|
| H A D | cachingiterator.inc | 19 * the inner iterator has one more element. 23 * flag CALL_TOSTRING to do the conversion when the actual element 45 * - CALL_TOSTRING (whether to call __toString() for every element) 67 /** Forward to the next element 96 /** @return whether there is one more element 103 /** @return the current element 128 * element
|
| H A D | filteriterator.inc | 23 * 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 D | infiniteiterator.inc | 35 /** Move the inner Iterator forward to its next element or rewind it.
|
| H A D | limititerator.inc | 34 * @param offset Offset to first element 95 /** @return current element 101 /** Forward to nect element
|
| H A D | parentiterator.inc | 24 /** @return whetehr the current element has children
|
| H A D | recursivecachingiterator.inc | 29 * - 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 D | recursiveiterator.inc | 20 /** @return whether the current element has children 24 /** @return the sub iterator for the current element
|
| H A D | recursiveiteratoriterator.inc | 32 * 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 D | recursivetreeiterator.inc | 51 /** 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 D | spldoublylinkedlist.inc | 48 /** @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 D | splobjectstorage.inc | 53 $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) [all...] |
| /PHP_5_3/ext/oci8/ |
| H A D | oci8_collection.c | 133 /* get collection element handle */ 284 Append NULL element to the end of the collection */ 290 /* append NULL element */ 302 Append DATE element to the end of the collection (use "DD-MON-YY" format) */ 384 int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len TSRMLS_DC) argument 390 PHP_OCI_CALL_RETURN(connection->errcode, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); 418 Append wrapper. Appends any supported element to the end of the collection */ 419 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len TSRMLS_DC) argument 427 return php_oci_collection_append_date(collection, element, element_len TSRMLS_CC); 431 return php_oci_collection_append_string(collection, element, element_le 462 dvoid *element; local 673 php_oci_collection_element_set_string(php_oci_collection *collection, long index, char *element, int element_len TSRMLS_DC) argument [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_sdl.h | 100 sdlTypePtr element; member in struct:_sdlSoapBindingFunctionHeader 170 sdlTypePtr element; /* pointer to element */ member in union:_sdlContentModel::__anon175 217 sdlTypePtr element; member in struct:_sdlParam
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_observer.c | 112 static void spl_object_storage_dtor(spl_SplObjectStorageElement *element) /* {{{ */ argument 114 zval_ptr_dtor(&element->obj); 115 zval_ptr_dtor(&element->inf); 121 spl_SplObjectStorageElement *element; local 132 if (zend_hash_find(&intern->storage, (char*)pzvalue, sizeof(zend_object_value), (void**)&element) == SUCCESS) { 133 return element; 141 spl_SplObjectStorageElement *pelement, element; local 154 element.obj = obj; 155 element.inf = inf; 157 zend_hash_update(&intern->storage, (char*)&Z_OBJVAL_P(obj), sizeof(zend_object_value), &element, sizeo 186 spl_SplObjectStorageElement *element; local 247 spl_SplObjectStorageElement *element; local 300 spl_SplObjectStorageElement *element; local 427 spl_SplObjectStorageElement *element; local 467 spl_SplObjectStorageElement *element; local 495 spl_SplObjectStorageElement *element; local 588 spl_SplObjectStorageElement *element; local 605 spl_SplObjectStorageElement *element; local 622 spl_SplObjectStorageElement *element; local 658 spl_SplObjectStorageElement *element; local 948 spl_SplObjectStorageElement *element; local 976 spl_SplObjectStorageElement *element; local 999 spl_SplObjectStorageElement *element; local 1022 spl_SplObjectStorageElement *element; local 1063 spl_SplObjectStorageElement *element; local [all...] |
| H A D | spl_dllist.c | 54 #define SPL_DLLIST_IT_DELETE 0x00000001 /* Delete flag makes the iterator delete the current element on next */ 595 Pop an element out of the SplDoublyLinkedList */ 618 Shift an element out of the SplDoublyLinkedList */ 641 Peek at the top element of the SplDoublyLinkedList */ 664 Peek at the bottom element of the SplDoublyLinkedList */ 783 spl_ptr_llist_element *element; local 797 element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); 799 if (element != NULL) { 800 value = (zval *)element->data; 828 spl_ptr_llist_element *element; local 870 spl_ptr_llist_element *element; local 1002 spl_ptr_llist_element *element = iterator->traverse_pointer; local 1011 spl_ptr_llist_element *element = iterator->traverse_pointer; local 1116 spl_ptr_llist_element *element = intern->traverse_pointer; local [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_extensions.c | 232 zend_llist_element *element; local 234 for (element = zend_extensions.head; element; element = element->next) { 235 zend_extension *extension = (zend_extension *) element->data;
|
| H A D | zend_llist.c | 37 ZEND_API void zend_llist_add_element(zend_llist *l, void *element) argument 49 memcpy(tmp->data, element, l->size); 55 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element) argument 67 memcpy(tmp->data, element, l->size); 91 ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, void *element2)) argument 98 if (compare(current->data, element)) { 175 zend_llist_element *element, *next; local 177 element=l->head; 178 while (element) { 179 next = element 190 zend_llist_element *element; local 202 zend_llist_element *element, **ptr; local 233 zend_llist_element *element; local 243 zend_llist_element *element; local [all...] |
| H A D | zend_llist.h | 51 ZEND_API void zend_llist_add_element(zend_llist *l, void *element); 52 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element); 53 ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (*compare)(void *element1, void *element2));
|
| H A D | zend_stack.c | 37 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size) argument 47 memcpy(stack->elements[stack->top], element, size); 52 ZEND_API int zend_stack_top(const zend_stack *stack, void **element) argument 55 *element = stack->elements[stack->top - 1]; 58 *element = NULL; 123 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) argument 146 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) argument
|
| H A D | zend_stack.h | 35 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size); 36 ZEND_API int zend_stack_top(const zend_stack *stack, void **element); 43 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)); 44 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg);
|