Skip to content

Instantly share code, notes, and snippets.

@nurullahisik
Created March 14, 2019 08:18
Show Gist options
  • Save nurullahisik/be65e8292181f5fc2bc9ac17b22b5d40 to your computer and use it in GitHub Desktop.
Save nurullahisik/be65e8292181f5fc2bc9ac17b22b5d40 to your computer and use it in GitHub Desktop.
<?php
$placeholder = "Nurullaha";
echo $firstName ?? $username ?? $placeholder ?? "Guest";
echo $x ?? $y ?? 'c';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment