|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | mathslib |
Variables | |
| $string ['anunexpectederroroccured'] = 'an unexpected error occured' | |
| $string ['cannotassigntoconstant'] = 'cannot assign to constant \'{$a}\'' | |
| $string ['cannotredefinebuiltinfunction'] = 'cannot redefine built-in function \'{$a}()\'' | |
| $string ['divisionbyzero'] = 'division by zero' | |
| $string ['expectingaclosingbracket'] = 'expecting a closing bracket' | |
| $string ['illegalcharactergeneral'] = 'illegal character \'{$a}\'' | |
| $string ['illegalcharacterunderscore'] = 'illegal character \'_\'' | |
| $string ['implicitmultiplicationnotallowed'] = 'expecting operator, implicit multiplication not allowed.' | |
| $string ['internalerror'] = 'internal error' | |
| $string ['operatorlacksoperand'] = 'operator \'{$a}\' lacks operand' | |
| $string ['undefinedvariable'] = 'undefined variable \'{$a}\'' | |
| $string ['undefinedvariableinfunctiondefinition'] = 'undefined variable \'{$a}\' in function definition' | |
| $string ['unexpectedclosingbracket'] = 'unexpected closing bracket' | |
| $string ['unexpectedcomma'] = 'unexpected comma' | |
| $string ['unexpectedoperator'] = 'unexpected operator \'{$a}\'' | |
| $string ['wrongnumberofarguments'] = 'wrong number of arguments ({$a->given} given, {$a->expected} expected)' | |
| $string['anunexpectederroroccured'] = 'an unexpected error occured' |
Definition at line 26 of file mathslib.php.
| $string['cannotassigntoconstant'] = 'cannot assign to constant \'{$a}\'' |
Definition at line 27 of file mathslib.php.
| $string['cannotredefinebuiltinfunction'] = 'cannot redefine built-in function \'{$a}()\'' |
Definition at line 28 of file mathslib.php.
| $string['divisionbyzero'] = 'division by zero' |
Definition at line 29 of file mathslib.php.
| $string['expectingaclosingbracket'] = 'expecting a closing bracket' |
Definition at line 30 of file mathslib.php.
| $string['illegalcharactergeneral'] = 'illegal character \'{$a}\'' |
Definition at line 31 of file mathslib.php.
| $string['illegalcharacterunderscore'] = 'illegal character \'_\'' |
Definition at line 32 of file mathslib.php.
| $string['implicitmultiplicationnotallowed'] = 'expecting operator, implicit multiplication not allowed.' |
Definition at line 33 of file mathslib.php.
| $string['internalerror'] = 'internal error' |
Definition at line 34 of file mathslib.php.
| $string['operatorlacksoperand'] = 'operator \'{$a}\' lacks operand' |
Definition at line 35 of file mathslib.php.
| $string['undefinedvariable'] = 'undefined variable \'{$a}\'' |
Definition at line 36 of file mathslib.php.
| $string['undefinedvariableinfunctiondefinition'] = 'undefined variable \'{$a}\' in function definition' |
Definition at line 37 of file mathslib.php.
| $string['unexpectedclosingbracket'] = 'unexpected closing bracket' |
Definition at line 38 of file mathslib.php.
| $string['unexpectedcomma'] = 'unexpected comma' |
Definition at line 39 of file mathslib.php.
| $string['unexpectedoperator'] = 'unexpected operator \'{$a}\'' |
Definition at line 40 of file mathslib.php.
| $string['wrongnumberofarguments'] = 'wrong number of arguments ({$a->given} given, {$a->expected} expected)' |
Definition at line 41 of file mathslib.php.