Skip Navigation

Testing Should Be Hilarious

2 Comments | Latest by: Karin | Add Your Comment! »»

I just wrote the following code. All I'm doing here is simply making sure an include file is found properly, so it's function can be called:

<?php

include_once('system/stats/admin.php');
return Notify_admin_main();

?>
# system/stats/admin.php

<?php

function Notify_admin_main()
{
    die('smell my butt');
}

?>

I crack myself up!

Obviously:

  • I edited the die message for this entry. In dev it was dirtier.
  • When I can see 'smell my butt' on the web, I'll immediately be replacing the Notify_admin_main() function with something useful.

Dare to be happy! And silly...

Apr 9, 2008 | ,

«« Previous Entry  ·  Next Entry »»

Comments

Nancy Nancy
Aug 27, 2008

hee hee ... Smell my butt that's awesome! Once in class I used "Oh crap!"

Karin Karin
Aug 27, 2008

That is definitely C.R.A.P.: Completely Ridiculous, Asinine and Puerile.

Love,
Mom

How to Put Your Face Next to Your Comment

Add Your Comment to:  Testing Should Be Hilarious


(Required not Shown)

(Optional, and Linked with 'Follow')



"We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true."