diff options
Diffstat (limited to 'tests/unicode/autodetect-UTF8.inc')
| -rwxr-xr-x | tests/unicode/autodetect-UTF8.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unicode/autodetect-UTF8.inc b/tests/unicode/autodetect-UTF8.inc new file mode 100755 index 0000000000..e6af829d4c --- /dev/null +++ b/tests/unicode/autodetect-UTF8.inc @@ -0,0 +1,7 @@ +<?php +function тест() { + echo "тест - ok\n"; +} + +тест(); +?> |
