| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| namespace PhpBench\Expression\Exception; | ||
|
|
||
| class KeyDoesNotExist extends EvaluationError | ||
| class VariableNotFound extends EvaluationError |
There was a problem hiding this comment.
previously unused class, technically a B/C break but 🤷 -- although to be safe may as well deprecate it and create a new class.
Sorry, something went wrong.
- Show opcode count in aggregate report - Throw specific exception when variable not found - Show stdev on aggregate report - Add option to expression-generator to hide columsn with missing vars (e.g. opcode count) - Move stuff around the executor hierarchy to enable more reuse 🙃 - @deprecate the PARAM_SAFE_PARAMTER template-executor constant to force removal in 2.0 - Allow opcode executor to be pre or post optimisation - Option to dump opcache output to path - Test opcode dump for file with > 1000 lines Test > 1000 lines
| Back | FazBrowse Home | New Git URL |
TODO: