repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Use double quoted consistently on attributes in linker output; preparing for new...
[mediawiki.git]
/
maintenance
/
counter.php
blob
d84c877d8c8d016a3308f54709210d07889833fa
1
<
?php
2
function
print_c
(
$last
,
$current
) {
3
echo
str_repeat
(
chr
(
8
),
strlen
(
$last
) ) .
$current
;
4
}
5
?
>