Skip to content

Instantly share code, notes, and snippets.

@pedropbazzo
Created December 29, 2020 02:55
Show Gist options
  • Save pedropbazzo/acf9363ca60e72d83db5045b71356913 to your computer and use it in GitHub Desktop.
Save pedropbazzo/acf9363ca60e72d83db5045b71356913 to your computer and use it in GitHub Desktop.
<?php
// Assign the value "Hello!" to greeting
$greeting = "Hello!";
// Empty the value greeting by setting it to null
$greeting = null;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment