Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Nasty strings to use in tests.

Copyright: 2013 David MonllaĆ³
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 116 lines (4 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

nasty_strings:: (3 methods):
  get()
  reset_used_strings()
  random_index()


Class: nasty_strings  - X-Ref

Nasty strings manager.

Responds to nasty strings requests with a random string of the list
to try with different combinations in different places.

get($key)   X-Ref
Returns a nasty string and stores the key mapping.

param: string $key The key
return: string

reset_used_strings()   X-Ref
Resets the used strings var.

return: void

random_index()   X-Ref
Returns a random index.

return: int