Skip to content

Instantly share code, notes, and snippets.

View Kilenaitor's full-sized avatar

Kyle Minshall Kilenaitor

View GitHub Profile
@aspyct
aspyct / workaround.php
Created August 22, 2012 16:10
The most undebuggable PHP snippet ever
<?php
define("true ", false);
function doIt() {
define(" false", true);
define("maybe", rand() & 1);
}
function  ($stupid="clever") {
if (assert_value($stupid)) {