Skip to content

Instantly share code, notes, and snippets.

@eabreusantos
Created January 9, 2016 21:42
Show Gist options
  • Save eabreusantos/8f1b9d18ef53a57c8ca2 to your computer and use it in GitHub Desktop.
Save eabreusantos/8f1b9d18ef53a57c8ca2 to your computer and use it in GitHub Desktop.
PHP null coalesce example #1
<?php
$valor = $_GET['id'] ?? 1;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment