Severity: 8192
Message: Function create_function() is deprecated
Filename: geshi/geshi.php
Line Number: 4698
Backtrace:
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once
var singleElimination = { "teams": [ // Matchups ["Team 1", "Team 2"], // First match ["Team 3", "Team 4"] // Second match ], "results": [ // List of brackets (single elimination, so only one bracket) [ // List of rounds in bracket [ // First round in this bracket [1, 2], // Team 1 vs Team 2 [3, 4] // Team 3 vs Team 4 ], [ // Second (final) round in single elimination bracket [5, 6], // Match for first place [7, 8] // Match for 3rd place ] ] ] } var doubleElimination = { "teams": [ ["Team 1", "Team 2"], ["Team 3", "Team 4"] ], "results": [ // List of brackets (three since this is double elimination) [ // Winner bracket [[1, 2], [3, 4]], // First round and results [[5, 6]] // Second round ], [ // Loser bracket [[7, 8]], // First round [[9, 10]] // Second round ], [ // Final "bracket" [ // First round [11, 12], // Match to determine 1st and 2nd [13, 14] // Match to determine 3rd and 4th ], [ // Second round [15, 16] // LB winner won first round (11-12) so need a final decisive round ] ] ] }