<?php

// Common definitions for heredoc/nowdoc tests.
$a 1;
$b 2;
$c = array( 'c' => 3, );
class 
{ public function __construct() { $this->4; } };
$d = new d;

?>