Skip to content

Commit ed26ccc

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Fix new simplexml test
2 parents b976e75 + 267a7b0 commit ed26ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/simplexml/tests/bug79971_1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var_dump($sxe->asXML("$uri.out%00foo"));
2020
--EXPECTF--
2121
Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
2222

23-
Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%00foo" in %s on line %d
23+
Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%%r00%rfoo" in %s on line %d
2424
bool(false)
2525

2626
Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d

0 commit comments

Comments
 (0)