Go to the source code of this file.
Variables | |
$verbose = true | |
Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt. | |
if(php_sapi_name()!= 'cli') | $in = fopen("NormalizationTest.txt", "rt") |
if(!$in) | $normalizer = new UtfNormal |
$total = 0 | |
$success = 0 | |
$failure = 0 | |
$ok = true | |
$testedChars = array() | |
if(!$in) print Now testing invariants | n |
$failure = 0 |
Definition at line 70 of file UtfNormalTest.php.
$in = fopen("NormalizationTest.txt", "rt") |
Definition at line 58 of file UtfNormalTest.php.
Definition at line 66 of file UtfNormalTest.php.
$ok = true |
Definition at line 71 of file UtfNormalTest.php.
Referenced by _proclaim(), FSTransaction::apply(), NamespaceConflictChecker::checkAll(), NamespaceConflictChecker::checkNamespace(), User::checkNewtalk(), ExtensionInstaller::copyDir(), FileStore::copyFile(), Article::doDeleteArticle(), Article::doEdit(), ApiProtect::execute(), WebInstallerResource::fetch(), ExtensionInstaller::fetchExtension(), TextPassDumper::getTextSpawnedOnce(), migrate_page_restrictions(), WikiImporter::out_logitem(), WikiImporter::out_revision(), WikiImporter::out_upload(), ExtensionInstaller::patchLocalSettings(), WebInstallerRepository::printListing(), CapsCleanup::processPage(), ParserTest::runFile(), ParserTest::runTestsFromFiles(), ProtectionForm::save(), EmailConfirmation::showRequestForm(), testLine(), UndeleteForm::undelete(), and wfAjaxWatch().
$success = 0 |
Definition at line 69 of file UtfNormalTest.php.
$testedChars = array() |
Definition at line 72 of file UtfNormalTest.php.
$total = 0 |
Definition at line 68 of file UtfNormalTest.php.
Definition at line 103 of file UtfNormalTest.php.