1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Files
archived-php-src/tests/unicode/autodetect-UTF16LE.inc
T
Andrei Zmievski 264cec8be6 Unicode support.
2005-08-11 23:36:07 +00:00

8 lines
122 B
PHP

<?php
function тест() {
echo "тест - ok\n";
}
тест();
?>