1
0
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:
Niels Dossche
2024-12-21 12:50:04 +01:00
parent a02648087a
commit d2b6b64655

View File

@@ -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"]=>