A PHP Error was encountered

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: 551
Function: getPaste

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/system/core/Exceptions.php:271)

Filename: view/raw.php

Line Number: 2

Backtrace:

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/themes/geocities/views/view/raw.php
Line: 2
Function: header

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 173
Function: include

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 43
Function: _ci_load

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 558
Function: view

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

$string = ''; $string .= '
 2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
200a
200b
200c
200d
200e
200f
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
201a
201b
201c
201d
201e
201f
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
202a
202b
202c
202d
202e
202f
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
203a
203b
203c
203d
203e
203f
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
204a
204b
204c
204d
204e
204f
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
205a
205b
205c
205d
205e
205f
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
206a
206b
206c
206d
206e
206f
'; $entity = array_merge(\range(8192, 8207), \range(8234, 8239), \range(8287, 8303)); $string = preg_replace_callback("/([\340-\357])([\200-\277])([\200-\277])/", function ($matches) use ($entity) { $code = (ord($matches[1]) - 224) * 4096 + (ord($matches[2]) - 128) * 64 + (ord($matches[3]) - 128); if (in_array($code, $entity, true)) { return '#!#'; } return $matches[0]; }, $string); echo $string;