pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
for file in
10 minutes ago
prime
13 minutes ago
var
16 minutes ago
mvfilter isnull
18 minutes ago
subKey
19 minutes ago
unable to find valid certific
20 minutes ago
Unexpected error while
22 minutes ago
Failed password for invalid us
23 minutes ago
SPL commands
24 minutes ago
index main sourcetype
24 minutes ago
cnt
<?php
$valid
=
true
;
$cnt
=
0
;
while
(
$valid
=
true
)
{
$cnt
++;
if
(
$cnt
>
10
)
{
$valid
=
false
;
}
}
echo
"$cnt"
;
?>
Parsed in 0.009 seconds