skip to main content
paste
bin
.ca
type · paste · share
⌘
K
Family
The bin family
pastebin.ca
hub
Share text and code with expiry and privacy controls.
imagebin.ca
Upload and share images with direct links.
filebin.ca
Drop a file and get a shareable link.
notebin.ca
Write Markdown notes with durable links.
turl.ca
Short, reputation-checked links.
attn.ca
Notifications and alerts for your services.
voicebin.ca
Record and share short voice clips.
dnsbin.ca
Inspect DNS and debug records.
Docs
Sign in
?
All pastes
#2083184
Raw
Copy code
Copy link
Edit
Someone
public
php
v1 · immutable
#2083184
·
published
2011-09-26 22:53 UTC
Lines
Syntax
Wrap
Stripe
off
dark
light
Mono
Size
13px
Tab
2
4
8
Theme
Follow system
Always dark
Always light
rendered paste body
<?
php
$numbers
=
array
(
1
,
2
,
3
,
4
);
foreach
($numbers
as
$number) {
print
"$number
\n
"
;
}
?>