Поэма на PHP

Гравицапа

elbirret elcno
Поэма на PHP

PHP:
$timeWaiting = 0;
while (!$you->near($me)) {
	$me->thinkAbout($you);

	switch (true) {
		case $timeWaiting < 5:
			$me->wait($you);
			break;

		case $timeWaiting < 10:
			$me->worry();
			break;

		case $timeWaiting < 20:
			$me->lookFor($you);
			break;

		case $timeWaiting < 40:
			$me->worry();
			$me->lookFor($you);
			break;

		case $timeWaiting < 80:
			$me->worry();
			$me->cry();
			$me->lookFor($you);
			$me->lookFor($you);
			$me->lookFor($you);
			break;

		case $timeWaiting < 160:
			$me->worry();
			$me->cry();
			$me->drink();
			$me->lookFor($you);
			$me->lookFor($you);
			$me->lookFor($you);
			$me->thinkAbout($you);
			$me->thinkAbout($you);
			$me->cry();
			$me->lookFor($you);
			$me->lookFor($you);
			$me->drink();
			$me->drink();
			break;

		default:
			throw new CantLiveWithoutYou();
			die(”alone”);
	}

	$timeWaiting++;
}

$me->happy = true;
http://jadmadi.net/2006/06/26/php-sad-poem/
 

fixxxer

К.О.
Партнер клуба
while (!$you->near($me)) {
$me->masturbate();
$me->happy = true;
}

извините :)
 

baev

‹°°¬•
Команда форума
оно до
$timeWaiting++;
вроде как не доходит.

Так что, вродекак, оно всё время будет
$me->wait($you);

цикл, короче...

P.S. Угу, остаётся только
$somebody->self-massage();
 

Wicked

Новичок
Код:
me Object
(
    [near_count] => 161
    [thinkAbout_count] => 321
    [wait_count] => 5
    [worry_count] => 145
    [lookFor_count] => 550
    [cry_count] => 200
    [drink_count] => 240
)
:)
 

SelenIT

IT-лунатик :)
baev, а, собственно, почему не доходит? вроде как $timeWaiting++; в том же цикле...
 

Breeze

goshogun
Команда форума
Партнер клуба
Отрефакторил немного

PHP:
$friends->call($me, 'Wazzaaap!');
while (!$you->near($me)) {
   $me->watching_a_game('Having a Bud');
   $me->happy = true;
}
 

Flanker

незнайка
$me=new Life("without proper girl");
while(!$me->endOfLife)
{
switch($me->wantSomething)
case:"drinkVodka":drinkVodka("aLot");break;
case:"dailyGirl":Bordel("two girls at time");break;
default:CreatingWebPHPSites("PhotoAlbum");
}
 
Сверху