ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
UtfNormalTest.php File Reference

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

Variable Documentation

$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.

if (!$in) $normalizer = new UtfNormal

Definition at line 66 of file UtfNormalTest.php.

$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.