mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
6 lines
No EOL
131 B
PHP
6 lines
No EOL
131 B
PHP
<!--nocache-->
|
|
<?php $barfoo = 'in sub2'; ?>
|
|
<?php echo $barfoo; ?>
|
|
<!--/nocache-->
|
|
|
|
<?php echo 'printing: "' . $barfoo . '"'; ?>
|