ns_prefixes       116 ext/dom/node.c 	ZEND_ARG_ARRAY_INFO(0, ns_prefixes, 1)
ns_prefixes       124 ext/dom/node.c 	ZEND_ARG_ARRAY_INFO(0, ns_prefixes, 1)
ns_prefixes      1753 ext/dom/node.c 	zval *xpath_array=NULL, *ns_prefixes=NULL;
ns_prefixes      1769 ext/dom/node.c 			&xpath_array, &ns_prefixes) == FAILURE) {
ns_prefixes      1775 ext/dom/node.c 			&with_comments, &xpath_array, &ns_prefixes) == FAILURE) {
ns_prefixes      1855 ext/dom/node.c 	if (ns_prefixes != NULL) {
ns_prefixes      1860 ext/dom/node.c 			inclusive_ns_prefixes = safe_emalloc(zend_hash_num_elements(Z_ARRVAL_P(ns_prefixes)) + 1,
ns_prefixes      1862 ext/dom/node.c 			while (zend_hash_get_current_data(Z_ARRVAL_P(ns_prefixes), (void **)&tmpns) == SUCCESS) {
ns_prefixes      1866 ext/dom/node.c 				zend_hash_move_forward(Z_ARRVAL_P(ns_prefixes));