Writing a web application and using the some new bells and whistles in PHP such as $var = $var ?? $othervar;
only supported in 7.4
php -v
# php7.3
brew unlink [email protected]
brew install [email protected]
Writing a web application and using the some new bells and whistles in PHP such as $var = $var ?? $othervar;
only supported in 7.4
php -v
# php7.3
brew unlink [email protected]
brew install [email protected]
0 Comments