Searched refs:sxe_xmlNodeListGetString (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 988 static inline char * sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* {{{ */ function 1107 ZVAL_STRING(value, sxe_xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, attr->children, 1), 0); 1127 ZVAL_STRING(value, sxe_xmlNodeListGetString(node->doc, node->children, 1), 0); 1153 ZVAL_STRING(value, sxe_xmlNodeListGetString(node->doc, node, 1), 0);
|
Completed in 6 milliseconds