| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Go to the source code of this file.
| Variables | |
| $verbose = true | |
| 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.
Referenced by CASClient\authError().
| $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 ilBookmarkImportExport\__parseNetscape(), ilSoapUserAdministration\__validateUserData(), HTMLPurifier_Injector_AutoParagraph\_pLookAhead(), ilShibbolethRoleAssignmentRules\callPlugin(), ilLDAPRoleAssignmentRules\callPlugin(), ilTypeCheck\check(), ilLuceneQueryInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilPropertyFormGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilSubEnabledFormPropertyGUI\checkSubItemsInput(), HTMLPurifier_Strategy_RemoveForeignElements\execute(), HTMLPurifier_Strategy_MakeWellFormed\execute(), ilUtil\extractParameterString(), ilLDAPRoleAssignmentRules\getAdditionalPluginAttributes(), SeqTreeBuilder\getAuxResources(), ilPDSelectedItemsBlockGUI\getMembershipItemsBlockHTML(), SeqTreeBuilder\getObjectives(), SeqTreeBuilder\getRollupRules(), ilPDSelectedItemsBlockGUI\getSelectedItemsBlockHTML(), SeqTreeBuilder\getSequencingRules(), assMultipleChoiceGUI\getSolutionOutput(), assSingleChoiceGUI\getSolutionOutput(), assOrderingQuestionGUI\getSolutionOutput(), assMatchingQuestionGUI\getSolutionOutput(), ilERP_eco\looksValid(), HTMLPurifier_HTMLModuleManager\registerModule(), ilPCDataTable\setData(), ilPCParagraph\setText(), testLine(), HTMLPurifier_AttrDef_CSS\validate(), HTMLPurifier_AttrDef_URI\validate(), php4DOMDocument\validate(), ilRadiusSettings\validateRequired(), and HTMLPurifier_AttrValidator\validateToken().
| $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.
| $verbose = true | 
Definition at line 27 of file UtfNormalTest.php.
Referenced by testLine().
| if (!$in) print Now testing invariants n | 
Definition at line 103 of file UtfNormalTest.php.