Warning: Cannot modify header information - headers already sent by (output started at /var/www/jonas-eriksen.dk/pic/private/index.php:1) in /var/www/jonas-eriksen.dk/pic/private/index.php on line 215
Lexer->addEntryPattern('(?=.*)', $mode, 'php');
$this->Lexer->addEntryPattern('(?=.*)', $mode, 'phpblock');
}
/** @inheritdoc */
public function postConnect()
{
$this->Lexer->addExitPattern('', 'php');
$this->Lexer->addExitPattern('', 'phpblock');
}
/** @inheritdoc */
public function getSort()
{
return 180;
}
}