mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
11 lines
171 B
PHP
Executable file
11 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
|