Skip to content

php_parser: fix wrong argument parsing

Alain Laporte requested to merge alainl/kate:fix-wrong-argument-parsing into master

We must use a global match to parse all arguments

Without that, output is: foo1($param1, $param1) instead of foo1($param1, $param2) for the sample file testfile.php.

Merge request reports