Skip to content

Instantly share code, notes, and snippets.

View uberEllis's full-sized avatar

André Ellis uberEllis

View GitHub Profile
@uberEllis
uberEllis / JohnLennon.php
Last active December 17, 2015 03:59
A doodle in PHP
<?php
function word_live_as_one($imagination) {
global $world;
foreach ($imagination as $thought) {
switch ($thought) {
case 'heaven':
case 'hell':
case 'countries':
case 'possessions':
$dreamer = FALSE;