-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new functions #53
Conversation
meh, I dont like it, I would like it to work like this: function foo(int $a = null, ?int $b = null) {}
foo(null, null); // error
foo(0, null); // ok either you provide valid int value, or not passing argument at all. but it will probably never works like that so .. :) |
🤔 |
ArrayValue:
StringsArray:
IterableValue: