diff options
| author | Dmitry Stogov <dmitry@php.net> | 2005-08-16 15:09:51 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2005-08-16 15:09:51 +0000 |
| commit | d0944d74f45d06059ae189aa40cf223cc9cbc8b2 (patch) | |
| tree | 36cb1613584f2f559e47a734d6aa3de618bcc756 /ext/dom | |
| parent | 903406ef8f3f9d688b97f0f2938dac01479c6196 (diff) | |
| download | php-git-d0944d74f45d06059ae189aa40cf223cc9cbc8b2.tar.gz | |
Unicode support
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" |
