Created
May 31, 2012 19:08
-
-
Save dragoonis/2845500 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array(3) { | |
["Tv show"]=> | |
array(15) { | |
[0]=> | |
string(10) "South Park" | |
[1]=> | |
string(9) "Entourage" | |
[2]=> | |
string(18) "The Colbert Report" | |
[3]=> | |
string(14) "The Daily Show" | |
[4]=> | |
string(10) "True Blood" | |
[5]=> | |
string(20) "Curb Your Enthusiasm" | |
[6]=> | |
string(24) "Whose Line Is It Anyway?" | |
[7]=> | |
string(22) "Aqua Teen Hunger Force" | |
[8]=> | |
string(4) "Lost" | |
[9]=> | |
string(13) "Ninja Warrior" | |
[10]=> | |
string(18) "Two and a Half Men" | |
[11]=> | |
string(13) "Bizarre Foods" | |
[12]=> | |
string(10) "Family Guy" | |
[13]=> | |
string(6) "Tosh.0" | |
[14]=> | |
string(25) "The Life and Times of Tim" | |
} | |
["Movie"]=> | |
array(4) { | |
[0]=> | |
string(10) "The Matrix" | |
[1]=> | |
string(15) "The 5th Element" | |
[2]=> | |
string(15) "I Love You, Man" | |
[3]=> | |
string(19) "Requiem for a Dream" | |
} | |
["Comedian"]=> | |
array(1) { | |
[0]=> | |
string(23) "The REAL Russell Peters" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment