1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib
nikic f9c3aa2a22 Improve PrettyPrinter construction perf by not using uniqid
The uniqid function is *very* slow on unix systems. The code has no
particular unique-ness requirements, so the much faster mt_rand()
function is used instead.

Closes PR #65.
2013-07-13 01:03:57 +02:00
..
PHPParser Improve PrettyPrinter construction perf by not using uniqid 2013-07-13 01:03:57 +02:00
bootstrap.php Typo fix 2013-05-15 16:48:42 +02:00