JLexPHP icon indicating copy to clipboard operation
JLexPHP copied to clipboard

A lexer generator for PHP. It is based on JLex and requires Java to generate the lexer. Once generated, the lexer only requires PHP to run.

Results 1 JLexPHP issues
Sort by recently updated
recently updated
newest added

There is a bug in PHP 5.6 regarding arrays in classes with more then 65538 elements and thus the since the key is limited to 64bit. This PHP bug is...