Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.19 KB | None | 0 0
  1. // all data sorted by emotion and then value
  2. $arr = Array
  3. (
  4.     [] => 24
  5.     [palestinian : bad] => 17
  6.     [palestine : bad] => 9
  7.     [arab : bad] => 3
  8.     [muslim : bad] => 1
  9.     [iran : bad] => 1
  10.    
  11.     [all : coexisting] => 1
  12.    
  13.     [palestinian : evil] => 28
  14.     [palestine : evil] => 16
  15.     [arab : evil] => 3
  16.     [leftist : evil] => 2
  17.     [iran : evil] => 2
  18.     [israel : evil] => 1
  19.    
  20.     [palestinian : good] => 9
  21.     [israel : good] => 6
  22.     [israeliarab : good] => 4
  23.     [muslim : good] => 4
  24.     [jew : good] => 3
  25.     [arab : good] => 2
  26.     [israeli : good] => 2
  27.    
  28.     [israeli : neutral] => 13
  29.     [israel : neutral] => 5
  30.     [arab : neutral] => 1
  31.     [jew : neutral] => 1
  32.     [palestine : neutral] => 1
  33.    
  34.     [israeli : amazing] => 24
  35.     [israel : amazing] => 17
  36.     [jew : amazing] => 2
  37.     [israeliarab : amazing] => 1
  38.     [muslim : amazing] => 1
  39.    
  40.     [israel : notvictims] => 8
  41.     [israeli : notvictims] => 1
  42.     [jew : notvictims] => 1
  43.    
  44.     [israel : saviors] => 5
  45.     [israeli : saviors] => 11
  46.    
  47.     [israeli : victims] => 55
  48.     [israel : victims] => 25
  49.     [jew : victims] => 15
  50.     [palestinian : victims] => 4
  51.     [israeliarab : victims] => 1
  52. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement