Skip to content

Commit

Permalink
Merge branch 'PHP-8.4'
Browse files Browse the repository at this point in the history
* PHP-8.4:
  Fix DOM test on higher branches
  • Loading branch information
nielsdos committed Dec 21, 2024
2 parents 8d39261 + d2b6b64 commit 26244c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/dom/tests/gh17224.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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"]=>
Expand Down

0 comments on commit 26244c7

Please sign in to comment.