Searched refs:php_sxe_iterator_fetch (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 57 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data TSRMLS_DC); 1180 node = php_sxe_iterator_fetch(sxe, node->next, 0 TSRMLS_CC); 1883 node = php_sxe_iterator_fetch(sxe, node->next, 0 TSRMLS_CC); 2274 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data TSRMLS_DC) /* {{{ */ function 2326 return php_sxe_iterator_fetch(sxe, node, use_data TSRMLS_CC); 2411 php_sxe_iterator_fetch(sxe, node->next, 1 TSRMLS_CC);
|
Completed in 6 milliseconds