preparation release
This commit is contained in:
commit
f5e3a62ee8
196 changed files with 64314 additions and 0 deletions
12
HTML/Template/tests/templates/raw_php.html
Normal file
12
HTML/Template/tests/templates/raw_php.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
<? for($i=0;$i<10;$i++) { ?>
|
||||
number: <?=$i?>
|
||||
<?php } ?>
|
||||
|
||||
<script language="php">
|
||||
|
||||
for($i=0;$i<10;$i++) {
|
||||
|
||||
echo "hello world\n";
|
||||
}
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue