summaryrefslogtreecommitdiff
path: root/tests/unicode/normalize_004.phpt
blob: 9df79953e9f33ef1c188f59b687f14d4471ad42f (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Unicode identifiers normalization ($GLOBALS[])
--SKIPIF--
<?php if (!unicode_semantics()) die('skip unicode.semantics=off'); ?>
--FILE--
<?php
$GLOBALS["\u212B"] = "ok\n";
echo $GLOBALS["\u00C5"];
?>
--EXPECT--
ok