Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class MrMom
  2. {
  3.     public function __construct($incrementor)
  4.     {
  5.     if( $incrementor > 0 ) {
  6.         $incrementor ++;
  7.     } else {
  8.             die("You're doing it wrong!");
  9.     }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement