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
- Added more filters and custom tags
[haanga.git]
/
lib
/
tags
/
upper.php
blob
c71ede50772cbd9e5b8ed43d4be0d7319a2c5efa
1
<
?php
2
3
class
Upper_Tag
4
{
5
public static
$is_block
=
TRUE
;
6
/* This tag calls to a PHP native function */
7
public static
$php_alias
=
"strtoupper"
;
8
}