
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/nowdoc.inc |
<?php
// Common definitions for heredoc/nowdoc tests.
$a = 1;
$b = 2;
$c = array( 'c' => 3, );
class d { public function __construct() { $this->d = 4; } };
$d = new d;
?>