mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
![]() Nesting ternary operators without explicit parentheses is deprecated: // Code like $a ? $b : $c ? $d : $e // should be replaced by (current interpretation) ($a ? $b : $c) ? $d : $e // or (likely intended interpretation) $a ? $b : ($c ? $d : $e) |
||
---|---|---|
.. | ||
classes | ||
templates | ||
tests | ||
edit.php | ||
edit_form.php | ||
index.php | ||
lib.php | ||
locallib.php | ||
manage.php | ||
search.php | ||
upgrade.txt | ||
user.php |