DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.11-1 / Zend / tests / nowdoc.inc
12345678910
<?php // Common definitions for heredoc/nowdoc tests. $a = 1; $b = 2; $c = array( 'c' => 3, ); class d { public $d = 4; }; $d = new d; ?>