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 NamespaceConflictChecker::checkAll(), NamespaceConflictChecker::checkNamespace(), User::checkNewtalk(), ExtensionInstaller::copyDir(), Article::doDeleteArticle(), Article::doEdit(), UpdateRestrictions::execute(), ApiQueryTags::execute(), ApiProtect::execute(), WebInstallerResource::fetch(), ExtensionInstaller::fetchExtension(), SquidPurgeClient::getSocket(), TextPassDumper::getTextSpawnedOnce(), WikiImporter::out_logitem(), WikiImporter::out_revision(), WikiImporter::out_upload(), ExtensionInstaller::patchLocalSettings(), WebInstallerRepository::printListing(), CapsCleanup::processRow(), ParserTest::runTests(), ParserTest::runTestsFromFiles(), ProtectionForm::save(), RevDel_List::setVisibility(), EmailConfirmation::showRequestForm(), testLine(), UndeleteForm::undelete(), wfAjaxWatch(), and wfMkdirParents().
$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.