ILIAS
Release_3_10_x_branch Revision 61812
|
Go to the source code of this file.
Functions | |
testLine ($test, $line, &$total, &$success, &$failed) |
Variables | |
if(php_sapi_name()!= 'cli') | $in = fopen( "UTF-8-test.txt", "rt" ) |
if(!$in) | $columns = 0 |
while(false!==($line=fgets($in))) if(!$columns) | $ignore |
$exceptions | |
$longTests | |
$sectionTests = array( '3.4' ) | |
$section = NULL | |
$test = '' | |
$failed = 0 | |
$success = 0 | |
$total = 0 | |
while(false!==($line=fgets($in))) | if ($failed) |
testLine | ( | $test, | |
$line, | |||
& | $total, | ||
& | $success, | ||
& | $failed | ||
) |
Definition at line 123 of file Utf8Test.php.
References $columns, $exceptions, $failed, $ok, $success, $test, $total, and $verbose.
if (!$in) $columns = 0 |
Definition at line 46 of file Utf8Test.php.
Referenced by SurveyMatrixQuestionGUI\addPhrase(), SurveyMatrixQuestionGUI\getCumulatedResultsDetails(), and testLine().
$exceptions |
Definition at line 68 of file Utf8Test.php.
Referenced by testLine().
$failed = 0 |
Definition at line 86 of file Utf8Test.php.
Referenced by ilPDFPresentation\__showItems(), ilLPListOfObjectsGUI\__showUsersList(), ilLPStatusExerciseReturned\_getFailed(), ilObjCourseGUI\fetchPrintMemberData(), ilObjGroupGUI\readMemberData(), ilObjCourseGUI\readMemberData(), and testLine().
while (false!==($line=fgets($in))) if (!$columns) $ignore |
Definition at line 64 of file Utf8Test.php.
if (php_sapi_name()!= 'cli') $in = fopen( "UTF-8-test.txt", "rt" ) |
Definition at line 38 of file Utf8Test.php.
$longTests |
Definition at line 76 of file Utf8Test.php.
$section = NULL |
Definition at line 84 of file Utf8Test.php.
Referenced by ilCourseRegistrationGUI\fillAgreement(), ilObjMediaCastGUI\initAddCastItemForm(), ilAdvancedMDSettingsGUI\initForm(), ilObjSessionGUI\initForm(), ilObjCourseGUI\initForm(), ilAdvancedMDSettingsGUI\initFormSubstitutions(), ilObjCourseGUI\initInfoEditor(), ilAdvancedMDRecordGUI\parseEditor(), ilAdvancedMDRecordGUI\parseSearch(), and Parser\replaceSection().
$sectionTests = array( '3.4' ) |
Definition at line 82 of file Utf8Test.php.
$success = 0 |
Definition at line 87 of file Utf8Test.php.
Referenced by getid3_writetags\DeleteTags(), Title\invalidateCache(), ilDAVServer\LOCK(), ilObjiLincCourseGUI\saveObject(), testLine(), ilDAVServer\UNLOCK(), ilDAVLocks\unlockWithoutCheckingDAV(), ilObjiLincCourseGUI\updateObject(), ilCalendarEntry\validate(), and getid3_writetags\WriteTags().
$test = '' |
Definition at line 85 of file Utf8Test.php.
Referenced by ilCourseItems\__read(), ilObjTestAccess\_getPassedUsers(), ilObjTestAccess\_getQuestionCount(), ilObjTest\_getQuestionCount(), ilCourseObjectiveQuestion\_getTest(), ilObjTestAccess\_getTestData(), ilObjTestAccess\_isComplete(), ilObjTest\_isComplete(), ilObjTestAccess\_isPassed(), ilvCard\buildVCard(), ilCourseObjectiveQuestion\cloneDependencies(), ilContObjParser\copyFileItems(), ilFormat\fGeld(), ilCourseObjectivesTableGUI\fillRow(), ilFormat\fProzent(), Magic\get_language(), ilCourseObjectiveQuestion\getFinalTests(), ilCourseObjectiveQuestion\getSelfAssessmentTests(), ilCourseObjectiveQuestion\getTests(), ilCourseObjectivesGUI\initFormLimits(), ilCourseObjectivesTableGUI\parse(), assQuestionGUI\save(), assQuestionGUI\saveEdit(), testLine(), ilCourseObjectivesGUI\updateFinalTestLimits(), and ilCourseObjectivesGUI\updateSelfAssessmentLimits().
$total = 0 |
Definition at line 88 of file Utf8Test.php.
while (false!==($line=fgets($in))) if($failed) |
Definition at line 113 of file Utf8Test.php.