PHP-Token-Reflection
PHP-Token-Reflection copied to clipboard
Library emulating the PHP internal reflection using just the tokenized source code
Hello, I am using `use function namespace\function_name;` in my code and I get a ParseException. TokenName: “T_function” message: Imported namespace name could not be determined. xdebug_message: TokenReflection\Exception\ParseException: Imported namespace name...
Since e4eff1da61033036bea2bdeb451ebe39a5eef500 test suite is no more include in tarball. Please include them, they are useful for downstream.
Hi I get an error Invalid value definition when I use the following code: ```
External links to documentation in README.md are broken.
I want to scan whole dir even some files won't get parsed. Just want to skip those which can't be parsed or got exceptions. My attempt : https://github.com/speedovation/kiwi-php-plugins/blob/master/parser/parser.php I don't...
Currently get exception on something like this: class Test{ const MyConstant = 1000 *\* 24; } Gives errors such as: "Invalid value definition" and "The cause of the exception was...
to be able to use a more saner include/exclude syntax