Home
last modified time | relevance | path

Searched refs:yy_error_string (Results 1 – 1 of 1) sorted by path

/plugin/a2s/
H A DASCIIToSVG.php224 static $yy_error_string = array( variable in dokuwiki\\plugin\\a2s\\A2S_JLexBase
230 print self::$yy_error_string[$code];
232 if ($fatal) throw new Exception("JLex fatal error " . self::$yy_error_string[$code]);