GNOME Bugzilla – Bug 670025
PHP Language Spec Nowdoc Support
Last modified: 2012-02-19 19:54:25 UTC
Created attachment 207506 [details] [review] Patch to add support for Nowdoc to PHP language spec I noticed the lack of PHP Nowdoc support in an older version of gtksourceview and that it had not been added to the most recent release either. Nowdoc is very similar to Heredoc but has single-quotes around the keyword so that it appears as <<<'KEYWORD'. It behaves the same as a single-quoted string rather than a double-quoted string. I've created a patch that adds Nowdoc support to the PHP language spec and would be very happy if you accepted it. Thanks for your time!
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.