Open GoogleCodeExporter opened 9 years ago
Would be useful for Perl and Ruby as well.
Original comment by mikesamuel@gmail.com
on 5 Jul 2008 at 4:01
Issue support:3763 has been merged into this issue.
Original comment by jacobly@google.com
on 22 Mar 2010 at 4:36
Detailed description from the merged bug:
Upload an php sourcefile like this one:
<?php
$test = <<<eol
i'm a string...
eol;
$a = 1; //this looks like it's part of the $test string
?>
The String $test is supposed to end at the eol;.
----
Attached screenshot for
https://gerrit.wikimedia.org/r/#/c/15451/1/Babel.class.php spotted by Niklas
Laxström (https://bugzilla.wikimedia.org/show_bug.cgi?id=38335 ).
Original comment by nemow...@gmail.com
on 19 Feb 2013 at 11:14
Attachments:
Original issue reported on code.google.com by
xir...@gmail.com
on 5 Jun 2008 at 12:42