Classes | |
class | CleanUpTest |
Additional tests for UtfNormal::cleanUp() function, inclusion regression checks for known problems. More... | |
class | UtfNormal |
Unicode normalization routines for working with UTF-8 strings. More... | |
Variables | |
if (php_sapi_name()!= 'cli') | |
Test feeds random 16-byte strings to both the pure PHP and ICU-based UtfNormal::cleanUp() code paths, and checks to see if there's a difference. | |
if (php_sapi_name()!= 'cli') | |
This script generates Utf8Case.inc from the Unicode Character Database and supplementary files. | |
if (isset($_SERVER['argv'])&&in_array( '--icu', $_SERVER['argv'])) | |
Approximate benchmark for some basic operations. | |
if (php_sapi_name()!= 'cli') | |
This script generates UniNormalData.inc from the Unicode Character Database and supplementary files. | |
$verbose = true | |
Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt. |
$verbose = true |
Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt.
Definition at line 27 of file UtfNormalTest.php.
Referenced by NamespaceConflictChecker::NamespaceConflictChecker(), and testLine().
if(php_sapi_name()!= 'cli') |
This script generates UniNormalData.inc from the Unicode Character Database and supplementary files.
Definition at line 30 of file UtfNormalGenerate.php.
if(isset($_SERVER['argv'])&&in_array( '--icu', $_SERVER['argv'])) |
Approximate benchmark for some basic operations.
Definition at line 28 of file UtfNormalBench.php.
if(php_sapi_name()!= 'cli') |
This script generates Utf8Case.inc from the Unicode Character Database and supplementary files.
Definition at line 30 of file Utf8CaseGenerate.php.
if(php_sapi_name()!= 'cli') |
Test feeds random 16-byte strings to both the pure PHP and ICU-based UtfNormal::cleanUp() code paths, and checks to see if there's a difference.
Will run forever until it finds one or you kill it.
Definition at line 29 of file RandomTest.php.