DEV Community

Discussion on: Why PHP 8 will be awesome

Collapse
 
po0q profile image
pO0q 🦄

maybe you can use the syntactic sugar $var = $_REQUEST["sVar"] ?? ""; instead.

Breaking changes are something to consider as a last resort, but sometimes it makes sense.