Created
July 25, 2013 18:36
-
-
Save hardyoyo/6082511 to your computer and use it in GitHub Desktop.
this php function is throwing syntax errors, I'm trying to figure out why
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getDomainOptions() { | |
$opt = <<< HERE | |
<option value="@foo.bar">foo.bar</option> | |
HERE; | |
return $opt; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment