Dear Mr. Parodi
You are right, to add the '&' when a parameter is
out or
inout seems a good idea
Note I plan to manage soon new features of PHP 7 : the optional return type on functions, and the new use form with '{' '}'
PHP 5 added the optional type for the parameters, but currently I do not put the ${t<i>} by default. How to introduce the type for parameters and return type of PHP 7, to force them in any case or to add a flag through the generation setting to do or not (may be through the choose of the php version old/5/7) ?
P.S. The missing '&' is not a 'bug', it is just I never think about that
