Skip to content

Instantly share code, notes, and snippets.

@YarekTyshchenko
Created August 19, 2011 11:35
Show Gist options
  • Save YarekTyshchenko/1156620 to your computer and use it in GitHub Desktop.
Save YarekTyshchenko/1156620 to your computer and use it in GitHub Desktop.
Developer's Nightmare
<?php
declare(ticks = 1);
function ReallyObscureFunctionName()
{
if (!rand(0,1)%2) throw new Exception();
}
register_tick_function('ReallyObscureFunctionName');
// Dome benign code
$class = new stdClass();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment