php-src/tests/unicode/normalize_004.phpt

12 lines
223 B
Plaintext
Raw Normal View History

2005-08-11 23:36:07 +00:00
--TEST--
Unicode identifiers normalization ($GLOBALS[])
2007-07-10 10:21:08 +00:00
--SKIPIF--
<?php if (!unicode_semantics()) die('skip unicode.semantics=off'); ?>
2005-08-11 23:36:07 +00:00
--FILE--
<?php
$GLOBALS["\u212B"] = "ok\n";
echo $GLOBALS["\u00C5"];
?>
--EXPECT--
ok