index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
application
/
views
/
tests
/
echo-fragment.php
blob: f8c26661f57238d9e2f199505c743c1a753d891f (
plain
)
1
2
3
4
5
<?
php
echo
"listing "
.
count
(
$items
).
" items:
\n
"
;
foreach
(
$items
as
$item
) {
echo
$item
;
}