We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$name= $user?->name(); // will be null if $user is null
https://docs.hhvm.com/hack/operators/null-safe https://wiki.php.net/rfc/nullsafe_calls (Draft)
The text was updated successfully, but these errors were encountered:
Implement null-safe instance operator ?->
?->
5676129
Implements #9
Document availability of null-safe instance operator
c4008f2
https://wiki.php.net/rfc/nullsafe_operator is in voting phase and will most probably be in PHP 8.0
Sorry, something went wrong.
Link to xp-framework/compiler#9
efdddf3
No branches or pull requests
https://docs.hhvm.com/hack/operators/null-safe
https://wiki.php.net/rfc/nullsafe_calls (Draft)
The text was updated successfully, but these errors were encountered: