|
MediaWiki
REL1_23
|
Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt. More...
Go to the source code of this file.
Variables | |
| $failure = 0 | |
| $in = fopen("NormalizationTest.txt", "rt") | |
| if(!$in) | $normalizer = new UtfNormal |
| $ok = true | |
| $success = 0 | |
| $testedChars = array() | |
| $total = 0 | |
| if(PHP_SAPI!= 'cli') | $verbose = true |
| if(!$in) print Now testing invariants | n |
Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt.
Copyright © 2004 Brion Vibber <[email protected]> https://www.mediawiki.org/
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition in file UtfNormalTest.php.
| $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 UpdateRestrictions\execute(), ApiQueryTags\execute(), SquidPurgeClient\getSocket(), TextContentHandler\merge3(), JobQueueAggregator\notifyQueueEmpty(), JobQueueAggregator\notifyQueueNonEmpty(), CapsCleanup\processRow(), RevDel_List\setVisibility(), StreamFile\stream(), StatusTest\testIsGood(), StatusTest\testIsOk(), testLine(), ContentHandlerTest\testRunLegacyHooks(), StatusTest\testSetResult(), HttpTest\testValidateCookieDomain(), GlobalTest\testWfMkdirParents(), 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 32 of file UtfNormalTest.php.