Lines Matching refs:error

134 …public static function diffNode(DOMNode $leftNode, DOMNode $rightNode, &$error, array $excludedAtt…  argument
143 …$error .= "The node (" . $rightNode->getNodePath() . ") are different (" . $leftNodeName . "," . $…
149 …$error .= "The node (" . $rightNode->getNodePath() . ") have no attributes while the left node has…
172 … $error .= "The attribute (" . $leftAtt->getNodePath() . ") does not exist on the right side\n";
190 …$error .= Html::getDiffBetweenValuesSeparatedByBlank($leftAttValue, $rightAttValue, "left ,{$leftA…
197 $error .= $e->getMessage();
211 …$error .= "The attribute (" . $rightAtt->getNodePath() . ") has different values. Error:{$e->getMe…
214 …$error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue…
217 …$error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue…
224 …$error .= "The style attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAt…
228 …$error .= "The attribute (" . $leftAtt->getNodePath() . ") have different values (" . $leftAttValu…
238 …$error .= "The attribute (" . $rightAttName . ") of the node (" . $rightAtt->getNodePath() . ") do…
247 … $error .= "The attribute (" . $rightAtt->getNodePath() . ") does not exist on the left side\n";
255 …$error .= "The node (" . $rightNode->getNodePath() . ") have different values (" . $leftNodeValue …
270 …$error .= "The left node (" . $leftNode->getNodePath() . ") have child nodes while the right has n…
297 … self::diffNode($leftChildNode, $rightChildNode, $error, $excludedAttributes);
299 …$error .= "The right node (" . $rightChildNode->getNodePath() . ") does not exist in the left docu…
303 …$error .= "The left node (" . $leftChildNode->getNodePath() . ") does not exist in the right docum…