diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-09 11:06:57 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-09 22:03:36 +0200 |
commit | 7aacc705d03887c64a90489e367f4c40b46aa3c2 (patch) | |
tree | ec7388f82b37e8611c7513aa95678d7feae82329 /ext/intl/tests/transliterator_create_error.phpt | |
parent | 05478e985eb50c473054b4f1bf174f48ead78784 (diff) | |
download | php-git-7aacc705d03887c64a90489e367f4c40b46aa3c2.tar.gz |
Add many missing closing PHP tags to tests
Closes GH-5958
Diffstat (limited to 'ext/intl/tests/transliterator_create_error.phpt')
-rw-r--r-- | ext/intl/tests/transliterator_create_error.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/tests/transliterator_create_error.phpt b/ext/intl/tests/transliterator_create_error.phpt index 4f2d04ae78..fd2acd393b 100644 --- a/ext/intl/tests/transliterator_create_error.phpt +++ b/ext/intl/tests/transliterator_create_error.phpt @@ -12,6 +12,7 @@ Transliterator::create("bad UTF-8 \x8F"); echo intl_get_error_message(), "\n"; echo "Done.\n"; +?> --EXPECTF-- Warning: Transliterator::create(): transliterator_create: unable to open ICU transliterator with id "inexistent id" in %s on line %d transliterator_create: unable to open ICU transliterator with id "inexistent id": U_INVALID_ID |