PHP Class SqlParser\Exceptions\LexerException

Inheritance: extends Exception
Afficher le fichier Open project: phpmyadmin/sql-parser

Méthodes publiques

Свойство Type Description
$ch string The character that produced this error.
$pos integer The index of the character that produced this error.

Méthodes publiques

Méthode Description
__construct ( string $msg = '', string $ch = '', integer $pos, integer $code ) Constructor.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $msg = '', string $ch = '', integer $pos, integer $code )
$msg string The message of this exception.
$ch string The character that produced this exception.
$pos integer The position of the character.
$code integer The code of this error.

Property Details

$ch public_oe property

The character that produced this error.
public string $ch
Résultat string

$pos public_oe property

The index of the character that produced this error.
public int $pos
Résultat integer