Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Created July 5, 2016 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1exlism/b9850ea02c21dc8da17dcd622346d30b to your computer and use it in GitHub Desktop.
Save a1exlism/b9850ea02c21dc8da17dcd622346d30b to your computer and use it in GitHub Desktop.
<?php
$test1 = 1234;
$test2 = 5678;
echo "test1:'$test1', test2:'$test2'";
?>
==>output
test1:'1234', test2:'5678'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment