芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/lib/mustache/src/Mustache/Exception/SyntaxException.php
token = $token; if (version_compare(PHP_VERSION, '5.3.0', '>=')) { parent::__construct($msg, 0, $previous); } else { parent::__construct($msg); // @codeCoverageIgnore } } /** * @return array */ public function getToken() { return $this->token; } }