ILIAS
Release_4_0_x_branch Revision 61816
|
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 MDB2_Result_oci8\_getColumnNames(), MDB2_Result_mysql\_getColumnNames(), PHPExcel_Reader_Excel5\_readMulRk(), MDB2_Driver_Datatype_Common\_sortResultFieldTypes(), SurveyMatrixQuestionGUI\editQuestion(), SurveyMatrixQuestionGUI\getCumulatedResultsDetails(), MDB2_Driver_Reverse_mysql\getTableFieldDefinition(), PHPExcel_Calculation_Functions\OFFSET(), MDB2_Driver_oci8\prepare(), 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(), ilSoapSCORMAdministration\getSCORMCompletionStatus(), ilObjGroupGUI\readMemberData(), ilObjCourseGUI\readMemberData(), and testLine().
while (false!==($line=fgets($in))) if (!$columns) $ignore |
Definition at line 64 of file Utf8Test.php.
Referenced by MDB2_Driver_Common\_skipDelimitedStrings().
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(), ilObjCourseGUI\initForm(), ilObjSessionGUI\initForm(), ilLuceneAdvancedSearchGUI\initFormSearch(), ilAdvancedSearchGUI\initFormSearch(), 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 ilShopUtils\_sendNotificationToVATAdministration(), getid3_writetags\DeleteTags(), Title\invalidateCache(), ilDAVServer\LOCK(), Log_composite\log(), Log_error_log\log(), Log_file\log(), 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\_getQuestionCount(), ilObjTest\_getQuestionCount(), ilCourseObjectiveQuestion\_getTest(), ilObjTestAccess\_isComplete(), ilObjTest\_isComplete(), ilvCard\buildVCard(), ilCourseObjectiveQuestion\cloneDependencies(), ilContObjParser\copyFileItems(), ilObjAssessmentFolderGUI\exportLogObject(), ilFormat\fGeld(), ilCourseObjectivesTableGUI\fillRow(), ilFormat\fProzent(), Magic\get_language(), ilCourseObjectiveQuestion\getFinalTests(), ilTracking\getPerTestId(), ilCourseObjectiveQuestion\getSelfAssessmentTests(), ilCourseObjectiveQuestion\getTests(), ilSCORM2004SeqTemplate\ilSCORM2004SeqTemplate(), ilCourseObjectivesGUI\initFormLimits(), ilCourseObjectivesTableGUI\parse(), assQuestionGUI\save(), assQuestionGUI\saveEdit(), MDB2\setOptions(), ilObjAssessmentFolderGUI\showLogObject(), 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.