1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4'

* PHP-8.4:
  Fix DOM test on higher branches
This commit is contained in:
Niels Dossche
2024-12-21 12:50:08 +01:00

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