blob: 58f3d8f3d70de4a0e68bdc18ea543fa6081f89a5 [file]
<?php
class foo {
public $bar = <<<'EOT'
bar
EOT;
}
?>