mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix DOM test on higher branches
This commit is contained in:
@@ -18,16 +18,16 @@ var_dump($att);
|
||||
?>
|
||||
--EXPECTF--
|
||||
object(DOMAttr)#%d (%d) {
|
||||
["specified"]=>
|
||||
bool(true)
|
||||
["schemaTypeInfo"]=>
|
||||
NULL
|
||||
["name"]=>
|
||||
string(4) "attr"
|
||||
["specified"]=>
|
||||
bool(true)
|
||||
["value"]=>
|
||||
string(10) "namespaced"
|
||||
["ownerElement"]=>
|
||||
NULL
|
||||
["schemaTypeInfo"]=>
|
||||
NULL
|
||||
["nodeName"]=>
|
||||
string(7) "ai:attr"
|
||||
["nodeValue"]=>
|
||||
|
||||
Reference in New Issue
Block a user