summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug452676.php
blob: d47c8eee8f672770bcafb8d5ceb9d5d857fb8b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

class Foo {
  public $foo = array(
      'long' => <<<'LONG'
lorem ipsum
LONG
);

  public $bar = 1;
 CancelOk