ParseError
Guide
Edit on GitHub ✎
ParseError is thrown when an error occurs while parsing PHP code, such as when eval is called.
Intro
ParseError is thrown when an error occurs while parsing PHP code, such as when eval() is called.
Note
ParseError extends CompileError as of PHP 7.3.0. Formerly, it extended Error.
Class synopsis
extends CompileError { }