préparation de la 0.5
This commit is contained in:
parent
6f6f050f0a
commit
2dfde6b61e
278 changed files with 79759 additions and 0 deletions
12
trunk/HTML/Template/tests/templates/raw_php.html
Normal file
12
trunk/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