j84reginato/my-eval

View on GitHub
examples/print/tokens.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

require __DIR__ . '/../console.php';

echo token_list(EXPRESSION);