Adjusted the expected output to reflect the change in var_dump()

This commit is contained in:
Moriyoshi Koizumi 2003-05-17 23:50:16 +00:00
parent 941d4c3e99
commit 586a43cfda

View File

@ -13,7 +13,7 @@ if(!$dom) {
var_dump($dom);
?>
--EXPECTF--
object(domdocument)(9) {
object(domdocument)#%d (9) {
["name"]=>
string(9) "#document"
["url"]=>
@ -32,4 +32,4 @@ object(domdocument)(9) {
int(5)
[1]=>
int(%d)
}
}