Lines Matching refs:__construct
10 public function __construct($text, $position, $code = 0, Exception $previous = null) { function in AST\\UnknownTokenException
20 parent::__construct($message, $code, $previous);
34 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) { function in AST\\MalformedExpressionException
36 parent::__construct($message, $code, $previous);
49 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) { function in AST\\InvalidExpressionException
51 parent::__construct($message, $code, $previous);
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) { function in AST\\NotEnoughArgumentsException
70 parent::__construct($message, $code, $previous);
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) { function in AST\\StrayTokenException
92 parent::__construct($message, $code, $previous);
106 …public function __construct($elementDefinition, $firstTokenInstance, $code = 0, Exception $previou… function in AST\\UnmatchedWrapperException
117 parent::__construct($message, $code, $previous);