Variable argument bugfixes
Pre-release
Pre-release
Allowing named or ordered bindings utilised the new PHP feature of variable arguments, using the ... operator. This new feature, coupled with the shorthand helper methods caused a situation where bindings could be doubly nested.