nowdoc.inc 173 B

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