The first method will throw a Notice:
[18-Feb-2013 02:46:06] PHP Notice: Use of undefined constant variable - assumed 'variable' in /Users/Aram/Development/Web/test.php on line 6
Also, you can't have hyphens, as it will treat them separately.
[18-Feb-2013 02:46:56] PHP Notice: Use of undefined constant variable - assumed 'variable' in /Users/Aram/Development/Web/test.php on line 6
[18-Feb-2013 02:46:56] PHP Notice: Use of undefined constant name - assumed 'name' in /Users/Aram/Development/Web/test.php on line 6
Use single quotes, since it's simpler than double quotes and doesn't require the use of the shift key.