mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Adjusted the expected output to reflect the change in var_dump()
This commit is contained in:
parent
941d4c3e99
commit
586a43cfda
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user