Skip to content

Instantly share code, notes, and snippets.

@alefcastelo
Created August 2, 2016 13:35
Show Gist options
  • Save alefcastelo/4705de72268d3d683946c2b1806598c5 to your computer and use it in GitHub Desktop.
Save alefcastelo/4705de72268d3d683946c2b1806598c5 to your computer and use it in GitHub Desktop.
<?php
$variael = "texto qualquer";
print "variável: $variavel"; // variável: texto qualquer
print 'variável: $variavel'; // variável: $variavel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment