[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.16.51.68: ~ $
<?php
namespace Doctrine\Common;

use Doctrine\Common\Lexer\AbstractLexer;
use function trigger_error;
use const E_USER_DEPRECATED;

@trigger_error(Lexer::class . ' is deprecated.', E_USER_DEPRECATED);

/**
 * Base class for writing simple lexers, i.e. for creating small DSLs.
 *
 * Lexer moved into its own Component Doctrine\Common\Lexer. This class
 * only stays for being BC.
 *
 * @since  2.0
 * @author Guilherme Blanco <guilhermeblanco@hotmail.com>
 * @author Jonathan Wage <jonwage@gmail.com>
 * @author Roman Borschel <roman@code-factory.org>
 *
 * @deprecated Use Doctrine\Common\Lexer\AbstractLexer from doctrine/lexer package instead.
 */
abstract class Lexer extends AbstractLexer
{
}

Filemanager

Name Type Size Permission Actions
Persistence Folder 0755
Proxy Folder 0755
Reflection Folder 0755
Util Folder 0755
ClassLoader.php File 7.81 KB 0644
CommonException.php File 283 B 0644
Comparable.php File 839 B 0644
EventArgs.php File 2.43 KB 0644
EventManager.php File 5.19 KB 0644
EventSubscriber.php File 1.63 KB 0644
Lexer.php File 699 B 0644
NotifyPropertyChanged.php File 1.59 KB 0644
PropertyChangedListener.php File 1.82 KB 0644
Version.php File 1.04 KB 0644