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

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

HTML - Stikked
From Chocolate Bushbaby, 13 Years ago, written in HTML 4.01 strict.
This paste is a reply to Codemirror test from Gracious Treeshrew - view diff
Embed
  1. <html style="color: green">
  2.   <!-- this is a comment -->
  3.   <head>
  4.     <title>Mixed HTML Example</title>
  5.     <style type="text/css">
  6.       h1 {font-family: comic sans; color: #f0f;}
  7.       div {background: yellow !important;}
  8.       body {
  9.         max-width: 50em;
  10.         margin: 1em 2em 1em 5em;
  11.       }
  12.     </style>
  13.   </head>
  14.   <body>
  15.     <h1>Mixed HTML Example</h1>
  16.     <script>
  17.       function jsFunc(arg1, arg2) {
  18.         if (arg1 && arg2) document.body.innerHTML = "achoo";
  19.       }
  20.     </script>
  21.   </body>
  22. </html>
  23.