Writing a web application and using the some new bells and whistles in PHP such as $var = $var ?? $othervar;
only supported in 7.4
1 2 3 4 | php - v # php7.3 brew unlink php@7.3 brew install php@7.4 |
Writing a web application and using the some new bells and whistles in PHP such as $var = $var ?? $othervar;
only supported in 7.4
1 2 3 4 | php - v # php7.3 brew unlink php@7.3 brew install php@7.4 |
0 Comments