Skip to content
PHP Sensei

PHP Sensei

The temple of PHP Wisdom

  • Home
  • PHP Articles

operators

PHP Operators: ??= (Null Coalescing Assignment Operator)

September 7, 2023 by gorkau

Since PHP 7.4 we have this new operator: This operator was named with this incredibly easy to remember name: “Null Coalescing Assignment Operator“. And what does this operator do? It works like this: $a will take the value ‘I am nothing’ unless it exists AND it has a non null value. Examples of null coalescing … Read more

Categories PHP Tags operators, php, programming Leave a comment

Recent Posts

  • PHP Operators: ??= (Null Coalescing Assignment Operator)
  • Using different mail providers in Laravel
  • match() expression in PHP

Recent Comments

No comments to show.
© 2025 PHP Sensei • Built with GeneratePress