Searched defs:isprefix (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | php_simplexml.h | 66 int isprefix; member in struct:__anon191::__anon192
|
| H A D | simplexml.c | 68 static void _node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, char *name, const xmlChar *nsprefix, int isprefix TSRMLS_DC) 81 subnode->iter.isprefix = isprefix; 159 if (node->type == XML_ELEMENT_NODE && match_ns(sxe, node, sxe->iter.nsprefix, sxe->iter.isprefix)) { 184 if (node->type == XML_ELEMENT_NODE && match_ns(sxe, node, sxe->iter.nsprefix, sxe->iter.isprefix)) { 221 if (node->type == XML_ELEMENT_NODE && match_ns(sxe, node, sxe->iter.nsprefix, sxe->iter.isprefix)) { 309 if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) { 311 _node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC); 320 if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)name) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) { 321 _node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_C 1557 zend_bool isprefix = 0; local 1606 zend_bool isprefix = 0; local 2165 zend_bool isprefix = 0; local 2203 zend_bool isprefix = 0; local 2238 zend_bool is_url = 0, isprefix = 0; local 2277 int isprefix = sxe->iter.isprefix; local [all...] |
Completed in 4 milliseconds