Michael A Heap

Tag | chaining

Chaining in PHP

I was just flicking through Tweetdeck when I noticed a tweet by @F1LT3R that was a link to a pastebin snippet. I was curious, so I followed the link and was presented with the following code:

If (isset($resistance) && $resistance->leader == "John Connor") {
$resistanceDeath = $TemporalEngine->SetTimeCoords(strtotime(‘Birth of John Connor’))->AcquireSubject(new Terminator)->Transport();
}

if (!$resistanceDeath) {
$resistanceDeath = $TemporalEngine->SetTimeCoords(strtotime(‘Birth of John [...]

Category: Code, PHP Tags: , , ,