<?php
show_source
("phphumor.php")
/*
PHP-nörderi!
Här sammlar vi allt från små-lustiga koder till totalt onödiga script...
*/
?>

<?php
$i
="Hej";
unset(
$i);
// johan # phpportalen.net
?> 

<?PHP
die();
// Lisen # phpportalen.net
?>

<?php
// när php.ini har max_execution_time = 60
sleep(61);
// johan # phpportalen.net
?>

<?php
while(1)
  die();
// Taurus # phpportalen.net
?>

<?php
$i
=0;
while (
$i == 0):
$i=0;
endwhile; 
// hagman # phpportalen.net
?>

<?php
if (($a == 0) or ($a != 0)) {
die();
}
// conthox # phpportalen.net
?>

<?php
if ($babe "90-60-90") {
   
$hot_babe $babe;
   include 
'../../aight/do_it_in_da_but.php';
} elseif (
$babe "dog") {
   
$ugly_dog $babe;
   include 
'../../who_cares/still_do_it_in_da_but.php';
} else {
   
$hunt $babe;
   include 
'../../../../../pub/degree_of_alkohol.php';
   include 
'../../finally_do_it_in_da_but.php';
}
// noise # phpportalen.net
?> 

<?php
function kollaomedetfinnspengar() {
if (
$bank_account==0){
våldsamtuttag();
} elseif (
$bank_account<=10000) {
socialen();
} else {
kollaomdetfinnspengar();
}
}
// conthox # phpportalen.net
?>

<?php
echo "Microsoft";
// max_w # phpportalen.net
?> 

<?php
/*
NO COMMENT
*/
// ludberg # phpportalen.net
?>