1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/tests/unicode/normalize_004.phpt
Andrei Zmievski 264cec8be6 Unicode support.
2005-08-11 23:36:07 +00:00

12 lines
171 B
PHP
Executable File

--TEST--
Unicode identifiers normalization ($GLOBALS[])
--INI--
unicode_semantics=on
--FILE--
<?php
$GLOBALS["\u212B"] = "ok\n";
echo $GLOBALS["\u00C5"];
?>
--EXPECT--
ok