���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/wikipeg/src/SyntaxError.php
���ѧ٧ѧ�
<?php namespace Wikimedia\WikiPEG; class SyntaxError extends \Exception implements \JsonSerializable { public $expected; public $found; public $location; /** * @param string $message * @param Expectation[] $expected * @param string|null $found * @param LocationRange $location */ public function __construct( string $message, array $expected, $found, LocationRange $location ) { parent::__construct( $message ); $this->expected = $expected; $this->found = $found; $this->location = $location; } /** * JSON serialization similar to the JavaScript SyntaxError, for testing * @return array */ public function jsonSerialize() { return [ 'name' => 'SyntaxError', 'message' => $this->message, 'expected' => $this->expected, 'found' => $this->found, 'location' => $this->location ]; } } // Retain the old namespace for backwards compatibility. class_alias( SyntaxError::class, 'WikiPEG\SyntaxError' );
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.4 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�