Annotation of embedaddon/php/Zend/tests/nowdoc.inc, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>