| /PHP_TRUNK/ext/phar/phar/ |
| H A D | directorytreeiterator.inc | 34 /** @return the current element prefixed with ASCII graphics
|
| /PHP_TRUNK/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_TRUNK/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 | 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_TRUNK/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 96 if (compare(current->data, element)) { 173 zend_llist_element *element, *next; local 175 element=l->head; 176 while (element) { 177 next = element 188 zend_llist_element *element; local 200 zend_llist_element *element, **ptr; local 231 zend_llist_element *element; local 241 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 | 33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size) argument 43 memcpy(stack->elements[stack->top], element, size); 48 ZEND_API int zend_stack_top(const zend_stack *stack, void **element) argument 51 *element = stack->elements[stack->top - 1]; 54 *element = NULL; 119 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) argument 142 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);
|
| /PHP_TRUNK/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_TRUNK/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::__anon194 217 sdlTypePtr element; member in struct:_sdlParam
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_observer.c | 180 static void spl_object_storage_dtor(spl_SplObjectStorageElement *element) /* {{{ */ argument 182 zval_ptr_dtor(&element->obj); 183 zval_ptr_dtor(&element->inf); 188 spl_SplObjectStorageElement *element; local 189 if (zend_hash_find(&intern->storage, hash, hash_len, (void**)&element) == SUCCESS) { 190 return element; 198 spl_SplObjectStorageElement *pelement, element; local 220 element.obj = obj; 221 element.inf = inf; 222 zend_hash_update(&intern->storage, hash, hash_len, &element, sizeo 241 spl_SplObjectStorageElement *element; local 316 spl_SplObjectStorageElement *element; local 368 spl_SplObjectStorageElement *element; local 505 spl_SplObjectStorageElement *element; local 555 spl_SplObjectStorageElement *element; local 583 spl_SplObjectStorageElement *element; local 676 spl_SplObjectStorageElement *element; local 693 spl_SplObjectStorageElement *element; local 710 spl_SplObjectStorageElement *element; local 746 spl_SplObjectStorageElement *element; local 1058 spl_SplObjectStorageElement *element; local 1086 spl_SplObjectStorageElement *element; local 1109 spl_SplObjectStorageElement *element; local 1132 spl_SplObjectStorageElement *element; local 1173 spl_SplObjectStorageElement *element; local [all...] |
| H A D | spl_dllist.c | 57 #define SPL_DLLIST_IT_DELETE 0x00000001 /* Delete flag makes the iterator delete the current element on next */ 600 Pop an element out of the SplDoublyLinkedList */ 623 Shift an element out of the SplDoublyLinkedList */ 646 Peek at the top element of the SplDoublyLinkedList */ 669 Peek at the bottom element of the SplDoublyLinkedList */ 788 spl_ptr_llist_element *element; local 802 element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); 804 if (element != NULL) { 805 value = (zval *)element->data; 833 spl_ptr_llist_element *element; local 875 spl_ptr_llist_element *element; local 1007 spl_ptr_llist_element *element = iterator->traverse_pointer; local 1016 spl_ptr_llist_element *element = iterator->traverse_pointer; local 1120 spl_ptr_llist_element *element = intern->traverse_pointer; local 1243 spl_ptr_llist_element *element; local [all...] |
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_shared_alloc.h | 116 #define ZSMMG(element) (smm_shared_globals->element)
|