Andrewsville / PHP-Token-Reflection

Library emulating the PHP internal reflection using just the tokenized source code
http://andrewsville.github.com/PHP-Token-Reflection/
Other
190 stars 44 forks source link

Add support for variadic functions and parameters #59

Closed lisachenko closed 9 years ago

lisachenko commented 10 years ago

New version of PHP (5.6) extends ReflectionFunction and ReflectionParameter with new method: isVariadic().

PHP-Token-Reflection missed this functionality.