Skip to content

Instantly share code, notes, and snippets.

@asm89
Created February 11, 2013 13:04
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 asm89/4754308 to your computer and use it in GitHub Desktop.
Save asm89/4754308 to your computer and use it in GitHub Desktop.
<?php
mb_internal_encoding("UTF-8");
$  = 'foo';
$x = 'bar';
echo $ . $x;
@chanmix51
Copy link

PHP Parse error: syntax error, unexpected '=', expecting variable (T_VARIABLE) or '$' in - on line 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment