Browse Source

fix test

PHP-5.1
Antony Dovgal 21 years ago
parent
commit
460a4fecef
  1. 6
      ext/dom/tests/dom_set_attr_node.phpt

6
ext/dom/tests/dom_set_attr_node.phpt

@ -39,7 +39,7 @@ object(DOMException)#%d (6) {
["file:protected"]=> ["file:protected"]=>
string(%d) "%sdom_set_attr_node.php" string(%d) "%sdom_set_attr_node.php"
["line:protected"]=> ["line:protected"]=>
int(22)
int(%d)
["trace:private"]=> ["trace:private"]=>
array(1) { array(1) {
[0]=> [0]=>
@ -47,7 +47,7 @@ object(DOMException)#%d (6) {
["file"]=> ["file"]=>
string(%d) "%sdom_set_attr_node.php" string(%d) "%sdom_set_attr_node.php"
["line"]=> ["line"]=>
int(22)
int(%d)
["function"]=> ["function"]=>
string(16) "setAttributeNode" string(16) "setAttributeNode"
["class"]=> ["class"]=>
@ -64,4 +64,4 @@ object(DOMException)#%d (6) {
} }
["code"]=> ["code"]=>
int(4) int(4)
}
}
Loading…
Cancel
Save