repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Optimized forloop.* variables
[haanga.git]
/
tests
/
tmp
/
02538e36710a9b95d7e6c8d1e1bba6e65b566aa4.php
blob
d10412949964f6eaf3869ee29ed7056fd4e19615
1
<
?php
2
/* Generated from ./assert_templates/title.tpl */
3
function
haanga_02538e36710a9b95d7e6c8d1e1bba6e65b566aa4
(
$vars
,
$return
=
FALSE
,
$blocks
=
array
())
4
{
5
extract
(
$vars
);
6
$buffer1
=
""
.
htmlentities
(
ucwords
(
strtolower
(
$title
))).
"
\n
"
;
7
if
(
$return
==
TRUE
) {
8
return
$buffer1
;
9
}
else
{
10
echo
$buffer1
;
11
}
12
}