Tag: #php
- 
			
			PHP 8: Stop switch’ing, start match’ingAs of PHP 8.0 a new expression named match is available which fixes many quirks of the old switch. 
As of PHP 8.0 a new expression named match is available which fixes many quirks of the old switch.