There is any way to see the function auto completion code? For example:
$a = test("cat", false, false, false, true, true, false, true);
In PhpDesigner if I put the mouse over the third "FALSE" I see the auto completion code and the variable name defined in the method declaration.