Skip to content

Instantly share code, notes, and snippets.

@eabreusantos
Created January 9, 2016 21:32
Show Gist options
  • Save eabreusantos/3e85910a65ae30386e60 to your computer and use it in GitHub Desktop.
Save eabreusantos/3e85910a65ae30386e60 to your computer and use it in GitHub Desktop.
Non PHP Coalesce Example #1
<?php
$valor = (isset($_GET['id']))? $_GET['id'] : 1;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment