#!/usr/bin/php -q
<?php
$faggots = array("!","~","@","#","$","%","^","&","*","(",")");
$x = intval($argv[1]);
while ($x>0) {
echo " I AM A HUGE FAGGOT PLEASE RAPE MY FACE";
while (rand(1,7)>1) {
$DURR = $faggots[rand(0,11)];
echo $DURR.$DURR.$DURR;}
$x--;
}
?>
Name:
Anonymous2008-06-08 18:32
>>42
I AM A HUGE FAGGOT PLEASE RAPE MY FACE@@@^^^(((~~~!!!***%%%@@@ I AM A HUGE FAGGOT PLEASE RAPE MY FACE^^^(((^^^
Name:
Anonymous2008-06-08 18:52
Why would anyone secretly issue ps x | grep firefox on my laptop while I was taking a leak? =/
Name:
*scnr*2008-06-08 18:56
asdasda
Name:
ANOTHER QUESTION2008-06-08 20:52
I'm having some trouble understanding the meaning of visibility.
<?php
class foobar {
private $key1 = "cat";
private $key2 = "apple";
protected $key3 = "book";
public $key4 = 42;
}
$obj = new foobar();
// Trying to print the keys results in a PHP fatal error
echo $obj->$key1;
// Trying to make a copy of the keys results in a PHP fatal error
$a = $obj->$key1;
// However, the following works fine
$a = (array) $obj;
print_r( $a );
array_values( $a );
foreach( $a as $val )
echo "$val\n";
$b = $a[0];
?>
What is the point of the errors, or visibility for that matter, if the results can be
accomplished just as easily in
some other fashion.
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy