diff options
Diffstat (limited to 'ext/dom')
| -rw-r--r-- | ext/dom/tests/bug28817.phpt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/dom/tests/bug28817.phpt b/ext/dom/tests/bug28817.phpt index 26dd283c56..1d04ff3f1c 100644 --- a/ext/dom/tests/bug28817.phpt +++ b/ext/dom/tests/bug28817.phpt @@ -36,3 +36,15 @@ array(4) { string(4) "tiro" } string(30) "Cessante causa cessat effectus" +--UEXPECTF-- +array(4) { + [0]=> + unicode(5) "bonus" + [1]=> + unicode(3) "vir" + [2]=> + unicode(6) "semper" + [3]=> + unicode(4) "tiro" +} +unicode(30) "Cessante causa cessat effectus" |
