SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: <<<EOO ?
-
Jul 5, 2006, 05:15 #1
- Join Date
- Jul 2004
- Location
- Minneapolis, MN
- Posts
- 1,924
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
<<<EOO ?
I just got the code for a project and besides having a really hard time getting it to run, I am finding <<<EOO all over the code. It seems to end this with EOO;
I am really clueless as to what these are, but I imagine something so obvious I cannot think of it. My guess is perhaps something from CVS or SVN? I have used both, but never really seen this in code and I cannot find anything in Google.
-
Jul 5, 2006, 05:18 #2
http://us3.php.net/manual/en/languag...syntax.heredoc
It's a Perlism that was brought into PHP (and exists in other languages like Ruby as well).
-
Jul 5, 2006, 05:19 #3my mobile portal
ghiris.ro
-
Jul 5, 2006, 05:54 #4
- Join Date
- Jul 2004
- Location
- Minneapolis, MN
- Posts
- 1,924
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks. This is something I have seen. I know why too, it's ugly.
Bookmarks