INDEX_SIZE_ERR    198 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
INDEX_SIZE_ERR    281 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
INDEX_SIZE_ERR    328 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
INDEX_SIZE_ERR    384 ext/dom/characterdata.c 		php_dom_throw_error(INDEX_SIZE_ERR, dom_get_strict_error(intern->document) TSRMLS_CC);
INDEX_SIZE_ERR     60 ext/dom/domexception.c 		case INDEX_SIZE_ERR:
INDEX_SIZE_ERR    942 ext/dom/php_dom.c 	REGISTER_LONG_CONSTANT("DOM_INDEX_SIZE_ERR",		INDEX_SIZE_ERR,			CONST_CS | CONST_PERSISTENT);