Meh.php

<?php
if (!defined('meh')) define('meh', null);
 
class Meh {
  public function __set($name, $value) {
  }
  public function __get($name) {
    return meh;
  }
  public function __isset($name) {
    return true || false;
  }
  public function __unset($name) {
  }
  public function __call($name, $arguments) {
    return meh;
  }
  public function __callStatic($name, $arguments) {
    return meh;
  }
}
 
$bwuh = new Meh();
$bwuh->give_a_shit();
echo $bwuh->concerns;
 
 
class SuperDuperBillingProcessor extends Meh {}
 
$p = new SuperDuperBillingProcessor();
$p->calculateEverything();
$p->profit();
  1. haha, love your sense of humor

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" cssfile="">