INDEX_SIZE_ERR    178 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document));
INDEX_SIZE_ERR    262 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document));
INDEX_SIZE_ERR    309 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document));
INDEX_SIZE_ERR    366 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document));
INDEX_SIZE_ERR     60 ext/dom/domexception.c 		case INDEX_SIZE_ERR:
INDEX_SIZE_ERR    889 ext/dom/php_dom.c 	REGISTER_LONG_CONSTANT("DOM_INDEX_SIZE_ERR",		INDEX_SIZE_ERR,			CONST_CS | CONST_PERSISTENT);