3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sentence = '{Please|Just} make this {cool|awesome|random} test sentence {rotate {quickly|{fast|slow}} and random|spin and be random}'; $sentences = []; for($i = 0; $i < 20; $i++) { $sentences[] = sentence_spinning($sentence); } var_dump(array_values(array_unique($sentences))); function sentence_spinning($str) { do { $str = preg_replace_callback('#\{([^{}]*)\}#', function($matches) { return explode('|', $matches[1])[mt_rand(0, substr_count($matches[1], '|'))]; }, $str, -1, $count); } while ($count !== 0); return $str; }
Output for 7.3.12
array(13) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(59) "Just make this awesome test sentence rotate slow and random" [3]=> string(61) "Please make this awesome test sentence rotate fast and random" [4]=> string(56) "Just make this cool test sentence rotate slow and random" [5]=> string(58) "Please make this cool test sentence rotate slow and random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(56) "Just make this cool test sentence rotate fast and random" [8]=> string(54) "Please make this cool test sentence spin and be random" [9]=> string(60) "Please make this random test sentence rotate slow and random" [10]=> string(57) "Please make this awesome test sentence spin and be random" [11]=> string(55) "Just make this awesome test sentence spin and be random" [12]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 7.3.11
array(14) { [0]=> string(63) "Please make this random test sentence rotate quickly and random" [1]=> string(60) "Please make this random test sentence rotate slow and random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(59) "Just make this awesome test sentence rotate fast and random" [6]=> string(62) "Just make this awesome test sentence rotate quickly and random" [7]=> string(58) "Please make this cool test sentence rotate fast and random" [8]=> string(58) "Just make this random test sentence rotate fast and random" [9]=> string(58) "Just make this random test sentence rotate slow and random" [10]=> string(56) "Just make this cool test sentence rotate fast and random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" [12]=> string(57) "Please make this awesome test sentence spin and be random" [13]=> string(56) "Just make this cool test sentence rotate slow and random" }
Output for 7.3.10
array(14) { [0]=> string(63) "Please make this random test sentence rotate quickly and random" [1]=> string(58) "Please make this cool test sentence rotate fast and random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(56) "Please make this random test sentence spin and be random" [5]=> string(61) "Please make this cool test sentence rotate quickly and random" [6]=> string(57) "Please make this awesome test sentence spin and be random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(61) "Please make this awesome test sentence rotate fast and random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(59) "Just make this cool test sentence rotate quickly and random" [11]=> string(59) "Just make this awesome test sentence rotate fast and random" [12]=> string(54) "Please make this cool test sentence spin and be random" [13]=> string(62) "Just make this awesome test sentence rotate quickly and random" }
Output for 7.3.9
array(12) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(61) "Please make this awesome test sentence rotate fast and random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(59) "Just make this cool test sentence rotate quickly and random" [5]=> string(63) "Please make this random test sentence rotate quickly and random" [6]=> string(59) "Just make this awesome test sentence rotate fast and random" [7]=> string(62) "Just make this awesome test sentence rotate quickly and random" [8]=> string(61) "Please make this cool test sentence rotate quickly and random" [9]=> string(52) "Just make this cool test sentence spin and be random" [10]=> string(61) "Please make this awesome test sentence rotate slow and random" [11]=> string(58) "Please make this cool test sentence rotate fast and random" }
Output for 7.3.8
array(11) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(58) "Just make this random test sentence rotate fast and random" [2]=> string(59) "Just make this cool test sentence rotate quickly and random" [3]=> string(60) "Please make this random test sentence rotate slow and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(57) "Please make this awesome test sentence spin and be random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(61) "Please make this cool test sentence rotate quickly and random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" [10]=> string(55) "Just make this awesome test sentence spin and be random" }
Output for 7.3.7
array(13) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(59) "Just make this awesome test sentence rotate fast and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(58) "Please make this cool test sentence rotate slow and random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(61) "Just make this random test sentence rotate quickly and random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(52) "Just make this cool test sentence spin and be random" [11]=> string(56) "Just make this cool test sentence rotate slow and random" [12]=> string(55) "Just make this awesome test sentence spin and be random" }
Output for 7.3.6
array(12) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(58) "Just make this random test sentence rotate slow and random" [3]=> string(63) "Please make this random test sentence rotate quickly and random" [4]=> string(61) "Please make this awesome test sentence rotate fast and random" [5]=> string(59) "Just make this awesome test sentence rotate slow and random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(58) "Just make this random test sentence rotate fast and random" [11]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 7.3.5
array(13) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(59) "Just make this cool test sentence rotate quickly and random" [7]=> string(61) "Just make this random test sentence rotate quickly and random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(59) "Just make this awesome test sentence rotate slow and random" [10]=> string(58) "Please make this cool test sentence rotate fast and random" [11]=> string(56) "Just make this cool test sentence rotate fast and random" [12]=> string(56) "Just make this cool test sentence rotate slow and random" }
Output for 7.3.4
array(12) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(63) "Please make this random test sentence rotate quickly and random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(61) "Please make this awesome test sentence rotate fast and random" [5]=> string(59) "Just make this awesome test sentence rotate slow and random" [6]=> string(64) "Please make this awesome test sentence rotate quickly and random" [7]=> string(56) "Just make this cool test sentence rotate slow and random" [8]=> string(58) "Just make this random test sentence rotate slow and random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(57) "Please make this awesome test sentence spin and be random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 7.3.3
array(13) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(58) "Please make this cool test sentence rotate slow and random" [4]=> string(64) "Please make this awesome test sentence rotate quickly and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(54) "Please make this cool test sentence spin and be random" [8]=> string(58) "Please make this cool test sentence rotate fast and random" [9]=> string(52) "Just make this cool test sentence spin and be random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" [11]=> string(59) "Just make this awesome test sentence rotate slow and random" [12]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 7.3.2
array(11) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(61) "Please make this cool test sentence rotate quickly and random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(62) "Just make this awesome test sentence rotate quickly and random" [7]=> string(60) "Please make this random test sentence rotate fast and random" [8]=> string(56) "Just make this cool test sentence rotate fast and random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(58) "Just make this random test sentence rotate fast and random" }
Output for 7.3.1
array(12) { [0]=> string(61) "Please make this cool test sentence rotate quickly and random" [1]=> string(59) "Just make this awesome test sentence rotate slow and random" [2]=> string(56) "Just make this cool test sentence rotate slow and random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(58) "Please make this cool test sentence rotate fast and random" [5]=> string(61) "Please make this awesome test sentence rotate slow and random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(56) "Please make this random test sentence spin and be random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(58) "Please make this cool test sentence rotate slow and random" [10]=> string(59) "Just make this cool test sentence rotate quickly and random" [11]=> string(54) "Please make this cool test sentence spin and be random" }
Output for 7.3.0
array(12) { [0]=> string(61) "Just make this random test sentence rotate quickly and random" [1]=> string(57) "Please make this awesome test sentence spin and be random" [2]=> string(56) "Please make this random test sentence spin and be random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(58) "Just make this random test sentence rotate slow and random" [5]=> string(63) "Please make this random test sentence rotate quickly and random" [6]=> string(59) "Just make this awesome test sentence rotate slow and random" [7]=> string(56) "Just make this cool test sentence rotate slow and random" [8]=> string(55) "Just make this awesome test sentence spin and be random" [9]=> string(52) "Just make this cool test sentence spin and be random" [10]=> string(54) "Please make this cool test sentence spin and be random" [11]=> string(60) "Please make this random test sentence rotate fast and random" }
Output for 7.2.24
array(12) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(63) "Please make this random test sentence rotate quickly and random" [2]=> string(56) "Just make this cool test sentence rotate fast and random" [3]=> string(61) "Please make this awesome test sentence rotate fast and random" [4]=> string(60) "Please make this random test sentence rotate slow and random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(58) "Just make this random test sentence rotate slow and random" [8]=> string(58) "Please make this cool test sentence rotate slow and random" [9]=> string(56) "Please make this random test sentence spin and be random" [10]=> string(64) "Please make this awesome test sentence rotate quickly and random" [11]=> string(54) "Just make this random test sentence spin and be random" }
Output for 7.2.23
array(13) { [0]=> string(60) "Please make this random test sentence rotate slow and random" [1]=> string(52) "Just make this cool test sentence spin and be random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(64) "Please make this awesome test sentence rotate quickly and random" [4]=> string(58) "Please make this cool test sentence rotate fast and random" [5]=> string(57) "Please make this awesome test sentence spin and be random" [6]=> string(61) "Please make this cool test sentence rotate quickly and random" [7]=> string(54) "Just make this random test sentence spin and be random" [8]=> string(59) "Just make this cool test sentence rotate quickly and random" [9]=> string(58) "Please make this cool test sentence rotate slow and random" [10]=> string(59) "Just make this awesome test sentence rotate slow and random" [11]=> string(63) "Please make this random test sentence rotate quickly and random" [12]=> string(55) "Just make this awesome test sentence spin and be random" }
Output for 7.2.22
array(15) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(56) "Just make this cool test sentence rotate fast and random" [2]=> string(60) "Please make this random test sentence rotate fast and random" [3]=> string(64) "Please make this awesome test sentence rotate quickly and random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(62) "Just make this awesome test sentence rotate quickly and random" [8]=> string(56) "Just make this cool test sentence rotate slow and random" [9]=> string(58) "Please make this cool test sentence rotate fast and random" [10]=> string(58) "Just make this random test sentence rotate fast and random" [11]=> string(55) "Just make this awesome test sentence spin and be random" [12]=> string(61) "Just make this random test sentence rotate quickly and random" [13]=> string(54) "Just make this random test sentence spin and be random" [14]=> string(61) "Please make this awesome test sentence rotate fast and random" }
Output for 7.2.21
array(14) { [0]=> string(61) "Just make this random test sentence rotate quickly and random" [1]=> string(52) "Just make this cool test sentence spin and be random" [2]=> string(57) "Please make this awesome test sentence spin and be random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(59) "Just make this awesome test sentence rotate fast and random" [6]=> string(64) "Please make this awesome test sentence rotate quickly and random" [7]=> string(61) "Please make this awesome test sentence rotate fast and random" [8]=> string(60) "Please make this random test sentence rotate slow and random" [9]=> string(61) "Please make this awesome test sentence rotate slow and random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" [11]=> string(54) "Please make this cool test sentence spin and be random" [12]=> string(56) "Just make this cool test sentence rotate fast and random" [13]=> string(59) "Just make this cool test sentence rotate quickly and random" }
Output for 7.2.20
array(11) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(61) "Please make this cool test sentence rotate quickly and random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(61) "Please make this awesome test sentence rotate fast and random" [4]=> string(58) "Please make this cool test sentence rotate slow and random" [5]=> string(58) "Just make this random test sentence rotate slow and random" [6]=> string(54) "Just make this random test sentence spin and be random" [7]=> string(59) "Just make this cool test sentence rotate quickly and random" [8]=> string(58) "Just make this random test sentence rotate fast and random" [9]=> string(56) "Just make this cool test sentence rotate slow and random" [10]=> string(52) "Just make this cool test sentence spin and be random" }
Output for 7.2.19
array(11) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(52) "Just make this cool test sentence spin and be random" [2]=> string(58) "Please make this cool test sentence rotate slow and random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(62) "Just make this awesome test sentence rotate quickly and random" [7]=> string(59) "Just make this cool test sentence rotate quickly and random" [8]=> string(56) "Just make this cool test sentence rotate fast and random" [9]=> string(60) "Please make this random test sentence rotate slow and random" [10]=> string(54) "Just make this random test sentence spin and be random" }
Output for 7.2.18
array(12) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(63) "Please make this random test sentence rotate quickly and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(56) "Just make this cool test sentence rotate fast and random" [9]=> string(55) "Just make this awesome test sentence spin and be random" [10]=> string(59) "Just make this awesome test sentence rotate slow and random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 7.2.17
array(13) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(61) "Please make this cool test sentence rotate quickly and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(58) "Just make this random test sentence rotate fast and random" [4]=> string(59) "Just make this awesome test sentence rotate fast and random" [5]=> string(61) "Just make this random test sentence rotate quickly and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(59) "Just make this cool test sentence rotate quickly and random" [8]=> string(61) "Please make this awesome test sentence rotate fast and random" [9]=> string(58) "Please make this cool test sentence rotate slow and random" [10]=> string(59) "Just make this awesome test sentence rotate slow and random" [11]=> string(56) "Just make this cool test sentence rotate slow and random" [12]=> string(54) "Please make this cool test sentence spin and be random" }
Output for 7.2.16
array(11) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(60) "Please make this random test sentence rotate slow and random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(61) "Please make this cool test sentence rotate quickly and random" [4]=> string(56) "Please make this random test sentence spin and be random" [5]=> string(61) "Please make this awesome test sentence rotate slow and random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(64) "Please make this awesome test sentence rotate quickly and random" [8]=> string(59) "Just make this cool test sentence rotate quickly and random" [9]=> string(62) "Just make this awesome test sentence rotate quickly and random" [10]=> string(52) "Just make this cool test sentence spin and be random" }
Output for 7.2.15
array(10) { [0]=> string(60) "Please make this random test sentence rotate fast and random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(61) "Please make this awesome test sentence rotate slow and random" [5]=> string(64) "Please make this awesome test sentence rotate quickly and random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(57) "Please make this awesome test sentence spin and be random" [8]=> string(60) "Please make this random test sentence rotate slow and random" [9]=> string(59) "Just make this awesome test sentence rotate slow and random" }
Output for 7.2.14
array(16) { [0]=> string(64) "Please make this awesome test sentence rotate quickly and random" [1]=> string(56) "Just make this cool test sentence rotate slow and random" [2]=> string(61) "Please make this cool test sentence rotate quickly and random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(61) "Just make this random test sentence rotate quickly and random" [5]=> string(61) "Please make this awesome test sentence rotate slow and random" [6]=> string(57) "Please make this awesome test sentence spin and be random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(61) "Please make this awesome test sentence rotate fast and random" [9]=> string(56) "Just make this cool test sentence rotate fast and random" [10]=> string(58) "Please make this cool test sentence rotate fast and random" [11]=> string(60) "Please make this random test sentence rotate slow and random" [12]=> string(63) "Please make this random test sentence rotate quickly and random" [13]=> string(59) "Just make this cool test sentence rotate quickly and random" [14]=> string(56) "Please make this random test sentence spin and be random" [15]=> string(54) "Just make this random test sentence spin and be random" }
Output for 7.2.13
array(13) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(59) "Just make this awesome test sentence rotate slow and random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(56) "Just make this cool test sentence rotate fast and random" [5]=> string(59) "Just make this awesome test sentence rotate fast and random" [6]=> string(63) "Please make this random test sentence rotate quickly and random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(61) "Please make this cool test sentence rotate quickly and random" [9]=> string(62) "Just make this awesome test sentence rotate quickly and random" [10]=> string(61) "Please make this awesome test sentence rotate slow and random" [11]=> string(58) "Please make this cool test sentence rotate fast and random" [12]=> string(54) "Please make this cool test sentence spin and be random" }
Output for 7.2.12
array(12) { [0]=> string(56) "Just make this cool test sentence rotate fast and random" [1]=> string(61) "Please make this awesome test sentence rotate fast and random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(56) "Just make this cool test sentence rotate slow and random" [5]=> string(58) "Just make this random test sentence rotate fast and random" [6]=> string(54) "Just make this random test sentence spin and be random" [7]=> string(54) "Please make this cool test sentence spin and be random" [8]=> string(57) "Please make this awesome test sentence spin and be random" [9]=> string(64) "Please make this awesome test sentence rotate quickly and random" [10]=> string(59) "Just make this awesome test sentence rotate slow and random" [11]=> string(56) "Please make this random test sentence spin and be random" }
Output for 7.2.11
array(10) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(59) "Just make this cool test sentence rotate quickly and random" [3]=> string(56) "Just make this cool test sentence rotate slow and random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(64) "Please make this awesome test sentence rotate quickly and random" [7]=> string(61) "Just make this random test sentence rotate quickly and random" [8]=> string(61) "Please make this awesome test sentence rotate fast and random" [9]=> string(54) "Just make this random test sentence spin and be random" }
Output for 7.2.10
array(11) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(52) "Just make this cool test sentence spin and be random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(59) "Just make this cool test sentence rotate quickly and random" [4]=> string(60) "Please make this random test sentence rotate slow and random" [5]=> string(64) "Please make this awesome test sentence rotate quickly and random" [6]=> string(57) "Please make this awesome test sentence spin and be random" [7]=> string(61) "Please make this cool test sentence rotate quickly and random" [8]=> string(59) "Just make this awesome test sentence rotate fast and random" [9]=> string(56) "Please make this random test sentence spin and be random" [10]=> string(61) "Just make this random test sentence rotate quickly and random" }
Output for 7.2.9
array(12) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(57) "Please make this awesome test sentence spin and be random" [2]=> string(56) "Just make this cool test sentence rotate slow and random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(60) "Please make this random test sentence rotate fast and random" [5]=> string(58) "Just make this random test sentence rotate fast and random" [6]=> string(60) "Please make this random test sentence rotate slow and random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(62) "Just make this awesome test sentence rotate quickly and random" [9]=> string(58) "Please make this cool test sentence rotate slow and random" [10]=> string(56) "Please make this random test sentence spin and be random" [11]=> string(59) "Just make this cool test sentence rotate quickly and random" }
Output for 7.2.8
array(12) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(58) "Please make this cool test sentence rotate fast and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(59) "Just make this cool test sentence rotate quickly and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(58) "Just make this random test sentence rotate slow and random" [6]=> string(57) "Please make this awesome test sentence spin and be random" [7]=> string(62) "Just make this awesome test sentence rotate quickly and random" [8]=> string(61) "Please make this cool test sentence rotate quickly and random" [9]=> string(56) "Please make this random test sentence spin and be random" [10]=> string(56) "Just make this cool test sentence rotate slow and random" [11]=> string(61) "Please make this awesome test sentence rotate fast and random" }
Output for 7.2.7
array(12) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(58) "Just make this random test sentence rotate slow and random" [2]=> string(61) "Please make this awesome test sentence rotate fast and random" [3]=> string(63) "Please make this random test sentence rotate quickly and random" [4]=> string(56) "Please make this random test sentence spin and be random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(58) "Please make this cool test sentence rotate slow and random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(64) "Please make this awesome test sentence rotate quickly and random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(56) "Just make this cool test sentence rotate fast and random" [11]=> string(56) "Just make this cool test sentence rotate slow and random" }
Output for 7.2.6
array(15) { [0]=> string(59) "Just make this awesome test sentence rotate fast and random" [1]=> string(52) "Just make this cool test sentence spin and be random" [2]=> string(60) "Please make this random test sentence rotate fast and random" [3]=> string(61) "Just make this random test sentence rotate quickly and random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(56) "Just make this cool test sentence rotate fast and random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(62) "Just make this awesome test sentence rotate quickly and random" [8]=> string(63) "Please make this random test sentence rotate quickly and random" [9]=> string(59) "Just make this cool test sentence rotate quickly and random" [10]=> string(58) "Just make this random test sentence rotate slow and random" [11]=> string(54) "Just make this random test sentence spin and be random" [12]=> string(56) "Please make this random test sentence spin and be random" [13]=> string(58) "Just make this random test sentence rotate fast and random" [14]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 7.2.5
array(9) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(59) "Just make this awesome test sentence rotate slow and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(61) "Please make this awesome test sentence rotate fast and random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" }
Output for 7.2.4
array(14) { [0]=> string(64) "Please make this awesome test sentence rotate quickly and random" [1]=> string(58) "Just make this random test sentence rotate fast and random" [2]=> string(54) "Just make this random test sentence spin and be random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(58) "Please make this cool test sentence rotate slow and random" [5]=> string(60) "Please make this random test sentence rotate fast and random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(61) "Please make this awesome test sentence rotate slow and random" [8]=> string(58) "Please make this cool test sentence rotate fast and random" [9]=> string(59) "Just make this awesome test sentence rotate slow and random" [10]=> string(60) "Please make this random test sentence rotate slow and random" [11]=> string(55) "Just make this awesome test sentence spin and be random" [12]=> string(56) "Please make this random test sentence spin and be random" [13]=> string(61) "Just make this random test sentence rotate quickly and random" }
Output for 7.2.3
array(13) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(61) "Just make this random test sentence rotate quickly and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(64) "Please make this awesome test sentence rotate quickly and random" [7]=> string(59) "Just make this awesome test sentence rotate slow and random" [8]=> string(58) "Please make this cool test sentence rotate fast and random" [9]=> string(56) "Just make this cool test sentence rotate slow and random" [10]=> string(55) "Just make this awesome test sentence spin and be random" [11]=> string(61) "Please make this awesome test sentence rotate slow and random" [12]=> string(62) "Just make this awesome test sentence rotate quickly and random" }
Output for 7.2.2
array(14) { [0]=> string(61) "Please make this awesome test sentence rotate slow and random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(60) "Please make this random test sentence rotate slow and random" [4]=> string(58) "Just make this random test sentence rotate fast and random" [5]=> string(52) "Just make this cool test sentence spin and be random" [6]=> string(54) "Just make this random test sentence spin and be random" [7]=> string(59) "Just make this cool test sentence rotate quickly and random" [8]=> string(57) "Please make this awesome test sentence spin and be random" [9]=> string(56) "Just make this cool test sentence rotate fast and random" [10]=> string(58) "Please make this cool test sentence rotate fast and random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" [12]=> string(62) "Just make this awesome test sentence rotate quickly and random" [13]=> string(55) "Just make this awesome test sentence spin and be random" }
Output for 7.2.1
array(14) { [0]=> string(58) "Please make this cool test sentence rotate fast and random" [1]=> string(61) "Please make this cool test sentence rotate quickly and random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(57) "Please make this awesome test sentence spin and be random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(56) "Just make this cool test sentence rotate slow and random" [8]=> string(54) "Just make this random test sentence spin and be random" [9]=> string(62) "Just make this awesome test sentence rotate quickly and random" [10]=> string(59) "Just make this awesome test sentence rotate fast and random" [11]=> string(56) "Please make this random test sentence spin and be random" [12]=> string(61) "Just make this random test sentence rotate quickly and random" [13]=> string(61) "Please make this awesome test sentence rotate slow and random" }
Output for 7.2.0
array(11) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(61) "Please make this cool test sentence rotate quickly and random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(64) "Please make this awesome test sentence rotate quickly and random" [5]=> string(63) "Please make this random test sentence rotate quickly and random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(54) "Just make this random test sentence spin and be random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(60) "Please make this random test sentence rotate fast and random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" }
Output for 7.1.33
array(11) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(56) "Just make this cool test sentence rotate slow and random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(64) "Please make this awesome test sentence rotate quickly and random" [5]=> string(57) "Please make this awesome test sentence spin and be random" [6]=> string(58) "Just make this random test sentence rotate slow and random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(62) "Just make this awesome test sentence rotate quickly and random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(61) "Please make this awesome test sentence rotate slow and random" }
Output for 7.1.32
array(14) { [0]=> string(64) "Please make this awesome test sentence rotate quickly and random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(62) "Just make this awesome test sentence rotate quickly and random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(52) "Just make this cool test sentence spin and be random" [5]=> string(60) "Please make this random test sentence rotate fast and random" [6]=> string(61) "Please make this cool test sentence rotate quickly and random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" [9]=> string(56) "Please make this random test sentence spin and be random" [10]=> string(56) "Just make this cool test sentence rotate fast and random" [11]=> string(61) "Please make this awesome test sentence rotate fast and random" [12]=> string(59) "Just make this awesome test sentence rotate fast and random" [13]=> string(58) "Please make this cool test sentence rotate slow and random" }
Output for 7.1.31
array(10) { [0]=> string(58) "Please make this cool test sentence rotate fast and random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(54) "Just make this random test sentence spin and be random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(64) "Please make this awesome test sentence rotate quickly and random" [7]=> string(60) "Please make this random test sentence rotate slow and random" [8]=> string(57) "Please make this awesome test sentence spin and be random" [9]=> string(58) "Just make this random test sentence rotate fast and random" }
Output for 7.1.30
array(12) { [0]=> string(59) "Just make this awesome test sentence rotate fast and random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(60) "Please make this random test sentence rotate slow and random" [3]=> string(63) "Please make this random test sentence rotate quickly and random" [4]=> string(56) "Just make this cool test sentence rotate fast and random" [5]=> string(60) "Please make this random test sentence rotate fast and random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(61) "Just make this random test sentence rotate quickly and random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(52) "Just make this cool test sentence spin and be random" [10]=> string(57) "Please make this awesome test sentence spin and be random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 7.1.29
array(12) { [0]=> string(59) "Just make this cool test sentence rotate quickly and random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(57) "Please make this awesome test sentence spin and be random" [3]=> string(63) "Please make this random test sentence rotate quickly and random" [4]=> string(56) "Please make this random test sentence spin and be random" [5]=> string(61) "Please make this awesome test sentence rotate slow and random" [6]=> string(54) "Just make this random test sentence spin and be random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(60) "Please make this random test sentence rotate fast and random" [9]=> string(52) "Just make this cool test sentence spin and be random" [10]=> string(64) "Please make this awesome test sentence rotate quickly and random" [11]=> string(59) "Just make this awesome test sentence rotate slow and random" }
Output for 7.1.28
array(12) { [0]=> string(56) "Just make this cool test sentence rotate fast and random" [1]=> string(58) "Just make this random test sentence rotate fast and random" [2]=> string(60) "Please make this random test sentence rotate fast and random" [3]=> string(60) "Please make this random test sentence rotate slow and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(61) "Please make this cool test sentence rotate quickly and random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(61) "Please make this awesome test sentence rotate slow and random" [8]=> string(63) "Please make this random test sentence rotate quickly and random" [9]=> string(58) "Please make this cool test sentence rotate slow and random" [10]=> string(57) "Please make this awesome test sentence spin and be random" [11]=> string(56) "Please make this random test sentence spin and be random" }
Output for 7.1.27
array(15) { [0]=> string(58) "Please make this cool test sentence rotate slow and random" [1]=> string(61) "Please make this cool test sentence rotate quickly and random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(61) "Please make this awesome test sentence rotate slow and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(55) "Just make this awesome test sentence spin and be random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(56) "Just make this cool test sentence rotate slow and random" [8]=> string(57) "Please make this awesome test sentence spin and be random" [9]=> string(64) "Please make this awesome test sentence rotate quickly and random" [10]=> string(59) "Just make this awesome test sentence rotate fast and random" [11]=> string(59) "Just make this awesome test sentence rotate slow and random" [12]=> string(56) "Just make this cool test sentence rotate fast and random" [13]=> string(58) "Just make this random test sentence rotate slow and random" [14]=> string(58) "Just make this random test sentence rotate fast and random" }
Output for 7.1.26
array(14) { [0]=> string(58) "Please make this cool test sentence rotate fast and random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(58) "Just make this random test sentence rotate fast and random" [3]=> string(60) "Please make this random test sentence rotate fast and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(64) "Please make this awesome test sentence rotate quickly and random" [6]=> string(57) "Please make this awesome test sentence spin and be random" [7]=> string(59) "Just make this awesome test sentence rotate fast and random" [8]=> string(60) "Please make this random test sentence rotate slow and random" [9]=> string(54) "Please make this cool test sentence spin and be random" [10]=> string(58) "Please make this cool test sentence rotate slow and random" [11]=> string(56) "Please make this random test sentence spin and be random" [12]=> string(52) "Just make this cool test sentence spin and be random" [13]=> string(62) "Just make this awesome test sentence rotate quickly and random" }
Output for 7.1.25
array(13) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(61) "Please make this cool test sentence rotate quickly and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(61) "Please make this awesome test sentence rotate slow and random" [7]=> string(61) "Please make this awesome test sentence rotate fast and random" [8]=> string(61) "Just make this random test sentence rotate quickly and random" [9]=> string(58) "Just make this random test sentence rotate slow and random" [10]=> string(56) "Please make this random test sentence spin and be random" [11]=> string(57) "Please make this awesome test sentence spin and be random" [12]=> string(59) "Just make this awesome test sentence rotate fast and random" }
Output for 7.1.7
array(15) { [0]=> string(58) "Please make this cool test sentence rotate fast and random" [1]=> string(60) "Please make this random test sentence rotate slow and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(59) "Just make this awesome test sentence rotate slow and random" [5]=> string(61) "Please make this cool test sentence rotate quickly and random" [6]=> string(59) "Just make this awesome test sentence rotate fast and random" [7]=> string(58) "Just make this random test sentence rotate slow and random" [8]=> string(54) "Please make this cool test sentence spin and be random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(56) "Please make this random test sentence spin and be random" [11]=> string(59) "Just make this cool test sentence rotate quickly and random" [12]=> string(56) "Just make this cool test sentence rotate slow and random" [13]=> string(62) "Just make this awesome test sentence rotate quickly and random" [14]=> string(63) "Please make this random test sentence rotate quickly and random" }
Output for 7.1.6
array(14) { [0]=> string(58) "Please make this cool test sentence rotate slow and random" [1]=> string(56) "Just make this cool test sentence rotate slow and random" [2]=> string(58) "Just make this random test sentence rotate slow and random" [3]=> string(59) "Just make this cool test sentence rotate quickly and random" [4]=> string(61) "Please make this awesome test sentence rotate slow and random" [5]=> string(59) "Just make this awesome test sentence rotate slow and random" [6]=> string(64) "Please make this awesome test sentence rotate quickly and random" [7]=> string(61) "Just make this random test sentence rotate quickly and random" [8]=> string(54) "Please make this cool test sentence spin and be random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(60) "Please make this random test sentence rotate slow and random" [11]=> string(58) "Please make this cool test sentence rotate fast and random" [12]=> string(56) "Please make this random test sentence spin and be random" [13]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 7.1.5
array(12) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(61) "Please make this cool test sentence rotate quickly and random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(58) "Just make this random test sentence rotate fast and random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(64) "Please make this awesome test sentence rotate quickly and random" [9]=> string(59) "Just make this cool test sentence rotate quickly and random" [10]=> string(61) "Just make this random test sentence rotate quickly and random" [11]=> string(60) "Please make this random test sentence rotate slow and random" }
Output for 7.1.0
array(13) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(57) "Please make this awesome test sentence spin and be random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(58) "Just make this random test sentence rotate fast and random" [4]=> string(56) "Please make this random test sentence spin and be random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(61) "Please make this awesome test sentence rotate slow and random" [7]=> string(61) "Please make this cool test sentence rotate quickly and random" [8]=> string(54) "Just make this random test sentence spin and be random" [9]=> string(52) "Just make this cool test sentence spin and be random" [10]=> string(59) "Just make this awesome test sentence rotate fast and random" [11]=> string(60) "Please make this random test sentence rotate fast and random" [12]=> string(64) "Please make this awesome test sentence rotate quickly and random" }
Output for 7.0.20
array(13) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(59) "Just make this awesome test sentence rotate fast and random" [3]=> string(62) "Just make this awesome test sentence rotate quickly and random" [4]=> string(55) "Just make this awesome test sentence spin and be random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(61) "Please make this awesome test sentence rotate fast and random" [8]=> string(61) "Just make this random test sentence rotate quickly and random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(58) "Please make this cool test sentence rotate slow and random" [11]=> string(58) "Please make this cool test sentence rotate fast and random" [12]=> string(64) "Please make this awesome test sentence rotate quickly and random" }
Output for 7.0.14
array(12) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(58) "Just make this random test sentence rotate fast and random" [2]=> string(60) "Please make this random test sentence rotate slow and random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(61) "Please make this cool test sentence rotate quickly and random" [5]=> string(55) "Just make this awesome test sentence spin and be random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(57) "Please make this awesome test sentence spin and be random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" [10]=> string(59) "Just make this cool test sentence rotate quickly and random" [11]=> string(60) "Please make this random test sentence rotate fast and random" }
Output for 7.0.6
array(14) { [0]=> string(61) "Please make this awesome test sentence rotate fast and random" [1]=> string(59) "Just make this awesome test sentence rotate fast and random" [2]=> string(56) "Please make this random test sentence spin and be random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(61) "Please make this awesome test sentence rotate slow and random" [5]=> string(60) "Please make this random test sentence rotate slow and random" [6]=> string(60) "Please make this random test sentence rotate fast and random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(58) "Please make this cool test sentence rotate fast and random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(61) "Just make this random test sentence rotate quickly and random" [11]=> string(54) "Just make this random test sentence spin and be random" [12]=> string(58) "Just make this random test sentence rotate fast and random" [13]=> string(52) "Just make this cool test sentence spin and be random" }
Output for 7.0.5
array(11) { [0]=> string(61) "Please make this cool test sentence rotate quickly and random" [1]=> string(63) "Please make this random test sentence rotate quickly and random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(61) "Just make this random test sentence rotate quickly and random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(58) "Just make this random test sentence rotate slow and random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(62) "Just make this awesome test sentence rotate quickly and random" [10]=> string(54) "Just make this random test sentence spin and be random" }
Output for 7.0.4
array(13) { [0]=> string(58) "Please make this cool test sentence rotate fast and random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(56) "Please make this random test sentence spin and be random" [3]=> string(64) "Please make this awesome test sentence rotate quickly and random" [4]=> string(59) "Just make this awesome test sentence rotate slow and random" [5]=> string(52) "Just make this cool test sentence spin and be random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(62) "Just make this awesome test sentence rotate quickly and random" [8]=> string(60) "Please make this random test sentence rotate slow and random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(59) "Just make this cool test sentence rotate quickly and random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" [12]=> string(58) "Just make this random test sentence rotate fast and random" }
Output for 7.0.3
array(12) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(56) "Just make this cool test sentence rotate slow and random" [2]=> string(62) "Just make this awesome test sentence rotate quickly and random" [3]=> string(59) "Just make this awesome test sentence rotate slow and random" [4]=> string(61) "Please make this awesome test sentence rotate slow and random" [5]=> string(61) "Please make this cool test sentence rotate quickly and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(58) "Just make this random test sentence rotate slow and random" [9]=> string(52) "Just make this cool test sentence spin and be random" [10]=> string(57) "Please make this awesome test sentence spin and be random" [11]=> string(54) "Please make this cool test sentence spin and be random" }
Output for 7.0.2
array(11) { [0]=> string(56) "Just make this cool test sentence rotate slow and random" [1]=> string(52) "Just make this cool test sentence spin and be random" [2]=> string(56) "Please make this random test sentence spin and be random" [3]=> string(62) "Just make this awesome test sentence rotate quickly and random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(63) "Please make this random test sentence rotate quickly and random" [6]=> string(59) "Just make this cool test sentence rotate quickly and random" [7]=> string(54) "Just make this random test sentence spin and be random" [8]=> string(55) "Just make this awesome test sentence spin and be random" [9]=> string(64) "Please make this awesome test sentence rotate quickly and random" [10]=> string(60) "Please make this random test sentence rotate fast and random" }
Output for 7.0.1
array(12) { [0]=> string(61) "Just make this random test sentence rotate quickly and random" [1]=> string(56) "Just make this cool test sentence rotate slow and random" [2]=> string(59) "Just make this cool test sentence rotate quickly and random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(52) "Just make this cool test sentence spin and be random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(60) "Please make this random test sentence rotate slow and random" [8]=> string(54) "Just make this random test sentence spin and be random" [9]=> string(55) "Just make this awesome test sentence spin and be random" [10]=> string(61) "Please make this awesome test sentence rotate fast and random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 7.0.0
array(13) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(57) "Please make this awesome test sentence spin and be random" [3]=> string(59) "Just make this awesome test sentence rotate slow and random" [4]=> string(58) "Please make this cool test sentence rotate fast and random" [5]=> string(61) "Please make this awesome test sentence rotate fast and random" [6]=> string(56) "Just make this cool test sentence rotate fast and random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(58) "Just make this random test sentence rotate slow and random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" [11]=> string(54) "Please make this cool test sentence spin and be random" [12]=> string(56) "Please make this random test sentence spin and be random" }
Output for 5.6.28
array(12) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(59) "Just make this awesome test sentence rotate fast and random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(59) "Just make this awesome test sentence rotate slow and random" [4]=> string(58) "Just make this random test sentence rotate slow and random" [5]=> string(56) "Just make this cool test sentence rotate slow and random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(54) "Just make this random test sentence spin and be random" [8]=> string(57) "Please make this awesome test sentence spin and be random" [9]=> string(56) "Just make this cool test sentence rotate fast and random" [10]=> string(56) "Please make this random test sentence spin and be random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.6.21
array(14) { [0]=> string(59) "Just make this awesome test sentence rotate slow and random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(56) "Just make this cool test sentence rotate fast and random" [3]=> string(61) "Just make this random test sentence rotate quickly and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(61) "Please make this cool test sentence rotate quickly and random" [7]=> string(54) "Please make this cool test sentence spin and be random" [8]=> string(63) "Please make this random test sentence rotate quickly and random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" [11]=> string(61) "Please make this awesome test sentence rotate slow and random" [12]=> string(64) "Please make this awesome test sentence rotate quickly and random" [13]=> string(58) "Just make this random test sentence rotate slow and random" }
Output for 5.6.20
array(12) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(59) "Just make this cool test sentence rotate quickly and random" [5]=> string(63) "Please make this random test sentence rotate quickly and random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(62) "Just make this awesome test sentence rotate quickly and random" [8]=> string(60) "Please make this random test sentence rotate slow and random" [9]=> string(56) "Please make this random test sentence spin and be random" [10]=> string(61) "Just make this random test sentence rotate quickly and random" [11]=> string(56) "Just make this cool test sentence rotate fast and random" }
Output for 5.6.19
array(11) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(60) "Please make this random test sentence rotate fast and random" [3]=> string(61) "Please make this cool test sentence rotate quickly and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(63) "Please make this random test sentence rotate quickly and random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(61) "Just make this random test sentence rotate quickly and random" [9]=> string(58) "Please make this cool test sentence rotate fast and random" [10]=> string(64) "Please make this awesome test sentence rotate quickly and random" }
Output for 5.6.18
array(13) { [0]=> string(61) "Please make this cool test sentence rotate quickly and random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(58) "Just make this random test sentence rotate fast and random" [5]=> string(60) "Please make this random test sentence rotate fast and random" [6]=> string(56) "Just make this cool test sentence rotate fast and random" [7]=> string(56) "Just make this cool test sentence rotate slow and random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(61) "Just make this random test sentence rotate quickly and random" [11]=> string(59) "Just make this cool test sentence rotate quickly and random" [12]=> string(58) "Please make this cool test sentence rotate slow and random" }
Output for 5.6.17
array(13) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(59) "Just make this cool test sentence rotate quickly and random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(62) "Just make this awesome test sentence rotate quickly and random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(58) "Just make this random test sentence rotate fast and random" [9]=> string(64) "Please make this awesome test sentence rotate quickly and random" [10]=> string(57) "Please make this awesome test sentence spin and be random" [11]=> string(61) "Please make this awesome test sentence rotate slow and random" [12]=> string(60) "Please make this random test sentence rotate slow and random" }
Output for 5.6.16
array(13) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(59) "Just make this awesome test sentence rotate slow and random" [3]=> string(59) "Just make this awesome test sentence rotate fast and random" [4]=> string(52) "Just make this cool test sentence spin and be random" [5]=> string(60) "Please make this random test sentence rotate slow and random" [6]=> string(62) "Just make this awesome test sentence rotate quickly and random" [7]=> string(54) "Just make this random test sentence spin and be random" [8]=> string(64) "Please make this awesome test sentence rotate quickly and random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" [10]=> string(60) "Please make this random test sentence rotate fast and random" [11]=> string(61) "Just make this random test sentence rotate quickly and random" [12]=> string(56) "Just make this cool test sentence rotate slow and random" }
Output for 5.6.15
array(12) { [0]=> string(60) "Please make this random test sentence rotate fast and random" [1]=> string(58) "Please make this cool test sentence rotate fast and random" [2]=> string(54) "Just make this random test sentence spin and be random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(64) "Please make this awesome test sentence rotate quickly and random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(62) "Just make this awesome test sentence rotate quickly and random" [7]=> string(61) "Please make this cool test sentence rotate quickly and random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" [10]=> string(57) "Please make this awesome test sentence spin and be random" [11]=> string(61) "Just make this random test sentence rotate quickly and random" }
Output for 5.6.14
array(13) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(64) "Please make this awesome test sentence rotate quickly and random" [3]=> string(58) "Please make this cool test sentence rotate slow and random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(58) "Please make this cool test sentence rotate fast and random" [6]=> string(61) "Please make this awesome test sentence rotate slow and random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(60) "Please make this random test sentence rotate fast and random" [9]=> string(60) "Please make this random test sentence rotate slow and random" [10]=> string(59) "Just make this awesome test sentence rotate fast and random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" [12]=> string(63) "Please make this random test sentence rotate quickly and random" }
Output for 5.6.13
array(12) { [0]=> string(59) "Just make this cool test sentence rotate quickly and random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(58) "Please make this cool test sentence rotate fast and random" [3]=> string(62) "Just make this awesome test sentence rotate quickly and random" [4]=> string(58) "Just make this random test sentence rotate slow and random" [5]=> string(61) "Please make this awesome test sentence rotate slow and random" [6]=> string(57) "Please make this awesome test sentence spin and be random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(61) "Please make this cool test sentence rotate quickly and random" [9]=> string(56) "Please make this random test sentence spin and be random" [10]=> string(58) "Please make this cool test sentence rotate slow and random" [11]=> string(52) "Just make this cool test sentence spin and be random" }
Output for 5.6.12
array(14) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(59) "Just make this awesome test sentence rotate slow and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(58) "Please make this cool test sentence rotate fast and random" [5]=> string(63) "Please make this random test sentence rotate quickly and random" [6]=> string(58) "Just make this random test sentence rotate fast and random" [7]=> string(56) "Just make this cool test sentence rotate fast and random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(59) "Just make this cool test sentence rotate quickly and random" [10]=> string(55) "Just make this awesome test sentence spin and be random" [11]=> string(61) "Please make this awesome test sentence rotate fast and random" [12]=> string(60) "Please make this random test sentence rotate fast and random" [13]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 5.6.11
array(14) { [0]=> string(64) "Please make this awesome test sentence rotate quickly and random" [1]=> string(61) "Please make this awesome test sentence rotate fast and random" [2]=> string(58) "Please make this cool test sentence rotate slow and random" [3]=> string(56) "Just make this cool test sentence rotate slow and random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(59) "Just make this cool test sentence rotate quickly and random" [7]=> string(58) "Please make this cool test sentence rotate fast and random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(54) "Please make this cool test sentence spin and be random" [10]=> string(54) "Just make this random test sentence spin and be random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" [12]=> string(55) "Just make this awesome test sentence spin and be random" [13]=> string(58) "Just make this random test sentence rotate slow and random" }
Output for 5.6.10
array(15) { [0]=> string(61) "Please make this cool test sentence rotate quickly and random" [1]=> string(58) "Please make this cool test sentence rotate fast and random" [2]=> string(62) "Just make this awesome test sentence rotate quickly and random" [3]=> string(61) "Please make this awesome test sentence rotate fast and random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(63) "Please make this random test sentence rotate quickly and random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(64) "Please make this awesome test sentence rotate quickly and random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(59) "Just make this awesome test sentence rotate fast and random" [10]=> string(61) "Just make this random test sentence rotate quickly and random" [11]=> string(54) "Just make this random test sentence spin and be random" [12]=> string(60) "Please make this random test sentence rotate slow and random" [13]=> string(55) "Just make this awesome test sentence spin and be random" [14]=> string(59) "Just make this cool test sentence rotate quickly and random" }
Output for 5.6.9
array(12) { [0]=> string(59) "Just make this cool test sentence rotate quickly and random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(61) "Please make this cool test sentence rotate quickly and random" [7]=> string(58) "Please make this cool test sentence rotate slow and random" [8]=> string(56) "Just make this cool test sentence rotate slow and random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(57) "Please make this awesome test sentence spin and be random" [11]=> string(60) "Please make this random test sentence rotate fast and random" }
Output for 5.6.8
array(14) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(58) "Just make this random test sentence rotate fast and random" [2]=> string(58) "Please make this cool test sentence rotate slow and random" [3]=> string(61) "Just make this random test sentence rotate quickly and random" [4]=> string(60) "Please make this random test sentence rotate slow and random" [5]=> string(61) "Please make this awesome test sentence rotate slow and random" [6]=> string(59) "Just make this awesome test sentence rotate fast and random" [7]=> string(54) "Please make this cool test sentence spin and be random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(60) "Please make this random test sentence rotate fast and random" [11]=> string(58) "Just make this random test sentence rotate slow and random" [12]=> string(61) "Please make this cool test sentence rotate quickly and random" [13]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 5.5.35
array(14) { [0]=> string(64) "Please make this awesome test sentence rotate quickly and random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(58) "Just make this random test sentence rotate fast and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(61) "Please make this cool test sentence rotate quickly and random" [6]=> string(59) "Just make this awesome test sentence rotate fast and random" [7]=> string(61) "Please make this awesome test sentence rotate slow and random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(58) "Please make this cool test sentence rotate fast and random" [11]=> string(58) "Please make this cool test sentence rotate slow and random" [12]=> string(60) "Please make this random test sentence rotate fast and random" [13]=> string(61) "Just make this random test sentence rotate quickly and random" }
Output for 5.5.34
array(14) { [0]=> string(62) "Just make this awesome test sentence rotate quickly and random" [1]=> string(56) "Just make this cool test sentence rotate slow and random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(61) "Please make this cool test sentence rotate quickly and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(64) "Please make this awesome test sentence rotate quickly and random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(61) "Just make this random test sentence rotate quickly and random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" [10]=> string(59) "Just make this awesome test sentence rotate slow and random" [11]=> string(57) "Please make this awesome test sentence spin and be random" [12]=> string(52) "Just make this cool test sentence spin and be random" [13]=> string(56) "Just make this cool test sentence rotate fast and random" }
Output for 5.5.33
array(10) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(63) "Please make this random test sentence rotate quickly and random" [2]=> string(57) "Please make this awesome test sentence spin and be random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(59) "Just make this awesome test sentence rotate fast and random" [5]=> string(60) "Please make this random test sentence rotate fast and random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(54) "Please make this cool test sentence spin and be random" [8]=> string(61) "Just make this random test sentence rotate quickly and random" [9]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.5.32
array(12) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(57) "Please make this awesome test sentence spin and be random" [2]=> string(61) "Please make this cool test sentence rotate quickly and random" [3]=> string(64) "Please make this awesome test sentence rotate quickly and random" [4]=> string(59) "Just make this awesome test sentence rotate slow and random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(60) "Please make this random test sentence rotate slow and random" [8]=> string(62) "Just make this awesome test sentence rotate quickly and random" [9]=> string(58) "Just make this random test sentence rotate fast and random" [10]=> string(56) "Just make this cool test sentence rotate fast and random" [11]=> string(59) "Just make this awesome test sentence rotate fast and random" }
Output for 5.5.31
array(11) { [0]=> string(64) "Please make this awesome test sentence rotate quickly and random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(56) "Just make this cool test sentence rotate slow and random" [3]=> string(59) "Just make this cool test sentence rotate quickly and random" [4]=> string(52) "Just make this cool test sentence spin and be random" [5]=> string(57) "Please make this awesome test sentence spin and be random" [6]=> string(61) "Please make this awesome test sentence rotate slow and random" [7]=> string(56) "Please make this random test sentence spin and be random" [8]=> string(63) "Please make this random test sentence rotate quickly and random" [9]=> string(56) "Just make this cool test sentence rotate fast and random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" }
Output for 5.5.30
array(13) { [0]=> string(56) "Just make this cool test sentence rotate fast and random" [1]=> string(64) "Please make this awesome test sentence rotate quickly and random" [2]=> string(58) "Please make this cool test sentence rotate slow and random" [3]=> string(62) "Just make this awesome test sentence rotate quickly and random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(61) "Please make this awesome test sentence rotate slow and random" [8]=> string(55) "Just make this awesome test sentence spin and be random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(63) "Please make this random test sentence rotate quickly and random" [11]=> string(60) "Please make this random test sentence rotate fast and random" [12]=> string(59) "Just make this cool test sentence rotate quickly and random" }
Output for 5.5.29
array(11) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(64) "Please make this awesome test sentence rotate quickly and random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(62) "Just make this awesome test sentence rotate quickly and random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(54) "Just make this random test sentence spin and be random" [7]=> string(56) "Just make this cool test sentence rotate fast and random" [8]=> string(61) "Please make this cool test sentence rotate quickly and random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" [10]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 5.5.28
array(12) { [0]=> string(58) "Just make this random test sentence rotate fast and random" [1]=> string(58) "Please make this cool test sentence rotate slow and random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(58) "Please make this cool test sentence rotate fast and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(60) "Please make this random test sentence rotate fast and random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(60) "Please make this random test sentence rotate slow and random" [10]=> string(59) "Just make this cool test sentence rotate quickly and random" [11]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 5.5.27
array(10) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(59) "Just make this awesome test sentence rotate fast and random" [2]=> string(62) "Just make this awesome test sentence rotate quickly and random" [3]=> string(60) "Please make this random test sentence rotate slow and random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(58) "Please make this cool test sentence rotate slow and random" [8]=> string(58) "Please make this cool test sentence rotate fast and random" [9]=> string(58) "Just make this random test sentence rotate slow and random" }
Output for 5.5.26
array(13) { [0]=> string(58) "Please make this cool test sentence rotate fast and random" [1]=> string(57) "Please make this awesome test sentence spin and be random" [2]=> string(54) "Just make this random test sentence spin and be random" [3]=> string(58) "Please make this cool test sentence rotate slow and random" [4]=> string(61) "Please make this awesome test sentence rotate slow and random" [5]=> string(52) "Just make this cool test sentence spin and be random" [6]=> string(60) "Please make this random test sentence rotate slow and random" [7]=> string(59) "Just make this cool test sentence rotate quickly and random" [8]=> string(56) "Just make this cool test sentence rotate fast and random" [9]=> string(60) "Please make this random test sentence rotate fast and random" [10]=> string(55) "Just make this awesome test sentence spin and be random" [11]=> string(54) "Please make this cool test sentence spin and be random" [12]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.5.25
array(13) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(61) "Just make this random test sentence rotate quickly and random" [2]=> string(57) "Please make this awesome test sentence spin and be random" [3]=> string(64) "Please make this awesome test sentence rotate quickly and random" [4]=> string(60) "Please make this random test sentence rotate fast and random" [5]=> string(52) "Just make this cool test sentence spin and be random" [6]=> string(58) "Just make this random test sentence rotate slow and random" [7]=> string(56) "Just make this cool test sentence rotate slow and random" [8]=> string(63) "Please make this random test sentence rotate quickly and random" [9]=> string(55) "Just make this awesome test sentence spin and be random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" [11]=> string(54) "Just make this random test sentence spin and be random" [12]=> string(56) "Please make this random test sentence spin and be random" }
Output for 5.5.24
array(12) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(60) "Please make this random test sentence rotate fast and random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(61) "Just make this random test sentence rotate quickly and random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(58) "Please make this cool test sentence rotate slow and random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(62) "Just make this awesome test sentence rotate quickly and random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(64) "Please make this awesome test sentence rotate quickly and random" [11]=> string(58) "Please make this cool test sentence rotate fast and random" }
Output for 5.4.45
array(11) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(60) "Please make this random test sentence rotate fast and random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(62) "Just make this awesome test sentence rotate quickly and random" [5]=> string(61) "Please make this awesome test sentence rotate slow and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(59) "Just make this cool test sentence rotate quickly and random" [9]=> string(56) "Just make this cool test sentence rotate fast and random" [10]=> string(55) "Just make this awesome test sentence spin and be random" }
Output for 5.4.44
array(14) { [0]=> string(61) "Please make this awesome test sentence rotate slow and random" [1]=> string(59) "Just make this awesome test sentence rotate slow and random" [2]=> string(58) "Please make this cool test sentence rotate fast and random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(61) "Please make this cool test sentence rotate quickly and random" [5]=> string(63) "Please make this random test sentence rotate quickly and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(54) "Please make this cool test sentence spin and be random" [9]=> string(52) "Just make this cool test sentence spin and be random" [10]=> string(64) "Please make this awesome test sentence rotate quickly and random" [11]=> string(59) "Just make this awesome test sentence rotate fast and random" [12]=> string(54) "Just make this random test sentence spin and be random" [13]=> string(58) "Just make this random test sentence rotate slow and random" }
Output for 5.4.43
array(11) { [0]=> string(61) "Just make this random test sentence rotate quickly and random" [1]=> string(61) "Please make this cool test sentence rotate quickly and random" [2]=> string(64) "Please make this awesome test sentence rotate quickly and random" [3]=> string(63) "Please make this random test sentence rotate quickly and random" [4]=> string(55) "Just make this awesome test sentence spin and be random" [5]=> string(60) "Please make this random test sentence rotate slow and random" [6]=> string(61) "Please make this awesome test sentence rotate slow and random" [7]=> string(56) "Please make this random test sentence spin and be random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(54) "Please make this cool test sentence spin and be random" [10]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 5.4.42
array(12) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(61) "Please make this awesome test sentence rotate fast and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(56) "Just make this cool test sentence rotate fast and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(61) "Please make this awesome test sentence rotate slow and random" [7]=> string(54) "Please make this cool test sentence spin and be random" [8]=> string(56) "Just make this cool test sentence rotate slow and random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(59) "Just make this cool test sentence rotate quickly and random" [11]=> string(62) "Just make this awesome test sentence rotate quickly and random" }
Output for 5.4.41
array(12) { [0]=> string(56) "Just make this cool test sentence rotate slow and random" [1]=> string(61) "Please make this awesome test sentence rotate slow and random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(59) "Just make this cool test sentence rotate quickly and random" [7]=> string(64) "Please make this awesome test sentence rotate quickly and random" [8]=> string(62) "Just make this awesome test sentence rotate quickly and random" [9]=> string(55) "Just make this awesome test sentence spin and be random" [10]=> string(63) "Please make this random test sentence rotate quickly and random" [11]=> string(60) "Please make this random test sentence rotate slow and random" }
Output for 5.4.40
array(10) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(56) "Just make this cool test sentence rotate fast and random" [6]=> string(63) "Please make this random test sentence rotate quickly and random" [7]=> string(56) "Please make this random test sentence spin and be random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(60) "Please make this random test sentence rotate slow and random" }
Output for 5.4.39
array(13) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(58) "Just make this random test sentence rotate fast and random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(62) "Just make this awesome test sentence rotate quickly and random" [4]=> string(61) "Please make this awesome test sentence rotate fast and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(60) "Please make this random test sentence rotate fast and random" [7]=> string(56) "Please make this random test sentence spin and be random" [8]=> string(56) "Just make this cool test sentence rotate fast and random" [9]=> string(59) "Just make this awesome test sentence rotate slow and random" [10]=> string(63) "Please make this random test sentence rotate quickly and random" [11]=> string(61) "Just make this random test sentence rotate quickly and random" [12]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.4.38
array(12) { [0]=> string(59) "Just make this cool test sentence rotate quickly and random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(54) "Just make this random test sentence spin and be random" [3]=> string(61) "Please make this awesome test sentence rotate slow and random" [4]=> string(58) "Please make this cool test sentence rotate slow and random" [5]=> string(57) "Please make this awesome test sentence spin and be random" [6]=> string(59) "Just make this awesome test sentence rotate slow and random" [7]=> string(64) "Please make this awesome test sentence rotate quickly and random" [8]=> string(58) "Just make this random test sentence rotate slow and random" [9]=> string(61) "Please make this awesome test sentence rotate fast and random" [10]=> string(52) "Just make this cool test sentence spin and be random" [11]=> string(59) "Just make this awesome test sentence rotate fast and random" }
Output for 5.4.37
array(10) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(58) "Just make this random test sentence rotate slow and random" [3]=> string(61) "Please make this cool test sentence rotate quickly and random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(56) "Just make this cool test sentence rotate fast and random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(64) "Please make this awesome test sentence rotate quickly and random" [8]=> string(62) "Just make this awesome test sentence rotate quickly and random" [9]=> string(52) "Just make this cool test sentence spin and be random" }
Output for 5.4.36
array(12) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(59) "Just make this awesome test sentence rotate slow and random" [2]=> string(61) "Please make this awesome test sentence rotate slow and random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(56) "Just make this cool test sentence rotate slow and random" [6]=> string(61) "Please make this cool test sentence rotate quickly and random" [7]=> string(61) "Just make this random test sentence rotate quickly and random" [8]=> string(58) "Please make this cool test sentence rotate fast and random" [9]=> string(61) "Please make this awesome test sentence rotate fast and random" [10]=> string(55) "Just make this awesome test sentence spin and be random" [11]=> string(54) "Just make this random test sentence spin and be random" }
Output for 5.4.35
array(14) { [0]=> string(58) "Please make this cool test sentence rotate slow and random" [1]=> string(59) "Just make this awesome test sentence rotate slow and random" [2]=> string(60) "Please make this random test sentence rotate fast and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(64) "Please make this awesome test sentence rotate quickly and random" [6]=> string(59) "Just make this cool test sentence rotate quickly and random" [7]=> string(61) "Please make this awesome test sentence rotate fast and random" [8]=> string(55) "Just make this awesome test sentence spin and be random" [9]=> string(58) "Just make this random test sentence rotate fast and random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" [11]=> string(58) "Just make this random test sentence rotate slow and random" [12]=> string(54) "Please make this cool test sentence spin and be random" [13]=> string(56) "Please make this random test sentence spin and be random" }
Output for 5.4.34
array(12) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(56) "Please make this random test sentence spin and be random" [3]=> string(56) "Just make this cool test sentence rotate slow and random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(64) "Please make this awesome test sentence rotate quickly and random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" [9]=> string(59) "Just make this cool test sentence rotate quickly and random" [10]=> string(60) "Please make this random test sentence rotate slow and random" [11]=> string(55) "Just make this awesome test sentence spin and be random" }
Output for 5.4.32
array(12) { [0]=> string(60) "Please make this random test sentence rotate fast and random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(56) "Just make this cool test sentence rotate slow and random" [3]=> string(60) "Please make this random test sentence rotate slow and random" [4]=> string(63) "Please make this random test sentence rotate quickly and random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(58) "Please make this cool test sentence rotate fast and random" [7]=> string(58) "Please make this cool test sentence rotate slow and random" [8]=> string(54) "Please make this cool test sentence spin and be random" [9]=> string(58) "Just make this random test sentence rotate fast and random" [10]=> string(54) "Just make this random test sentence spin and be random" [11]=> string(61) "Please make this awesome test sentence rotate slow and random" }
Output for 5.4.31
array(13) { [0]=> string(61) "Please make this cool test sentence rotate quickly and random" [1]=> string(60) "Please make this random test sentence rotate slow and random" [2]=> string(56) "Please make this random test sentence spin and be random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(64) "Please make this awesome test sentence rotate quickly and random" [6]=> string(58) "Just make this random test sentence rotate fast and random" [7]=> string(59) "Just make this cool test sentence rotate quickly and random" [8]=> string(57) "Please make this awesome test sentence spin and be random" [9]=> string(61) "Just make this random test sentence rotate quickly and random" [10]=> string(62) "Just make this awesome test sentence rotate quickly and random" [11]=> string(54) "Just make this random test sentence spin and be random" [12]=> string(52) "Just make this cool test sentence spin and be random" }
Output for 5.4.30
array(13) { [0]=> string(64) "Please make this awesome test sentence rotate quickly and random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(62) "Just make this awesome test sentence rotate quickly and random" [3]=> string(63) "Please make this random test sentence rotate quickly and random" [4]=> string(54) "Please make this cool test sentence spin and be random" [5]=> string(58) "Just make this random test sentence rotate slow and random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(52) "Just make this cool test sentence spin and be random" [11]=> string(56) "Please make this random test sentence spin and be random" [12]=> string(56) "Just make this cool test sentence rotate slow and random" }
Output for 5.4.29
array(10) { [0]=> string(58) "Please make this cool test sentence rotate slow and random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(54) "Just make this random test sentence spin and be random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(62) "Just make this awesome test sentence rotate quickly and random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(58) "Just make this random test sentence rotate fast and random" [7]=> string(61) "Please make this cool test sentence rotate quickly and random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" }
Output for 5.4.28
array(11) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(58) "Just make this random test sentence rotate slow and random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(58) "Please make this cool test sentence rotate slow and random" [4]=> string(59) "Just make this awesome test sentence rotate slow and random" [5]=> string(60) "Please make this random test sentence rotate fast and random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(61) "Please make this awesome test sentence rotate fast and random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.4.27
array(12) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(58) "Please make this cool test sentence rotate slow and random" [2]=> string(56) "Please make this random test sentence spin and be random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(61) "Just make this random test sentence rotate quickly and random" [5]=> string(58) "Just make this random test sentence rotate fast and random" [6]=> string(64) "Please make this awesome test sentence rotate quickly and random" [7]=> string(54) "Please make this cool test sentence spin and be random" [8]=> string(61) "Please make this cool test sentence rotate quickly and random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(52) "Just make this cool test sentence spin and be random" [11]=> string(59) "Just make this cool test sentence rotate quickly and random" }
Output for 5.4.26
array(12) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(61) "Please make this awesome test sentence rotate fast and random" [2]=> string(59) "Just make this awesome test sentence rotate fast and random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(58) "Just make this random test sentence rotate slow and random" [5]=> string(61) "Just make this random test sentence rotate quickly and random" [6]=> string(58) "Please make this cool test sentence rotate slow and random" [7]=> string(56) "Please make this random test sentence spin and be random" [8]=> string(54) "Just make this random test sentence spin and be random" [9]=> string(61) "Please make this awesome test sentence rotate slow and random" [10]=> string(60) "Please make this random test sentence rotate fast and random" [11]=> string(63) "Please make this random test sentence rotate quickly and random" }
Output for 5.4.25
array(14) { [0]=> string(61) "Just make this random test sentence rotate quickly and random" [1]=> string(58) "Please make this cool test sentence rotate slow and random" [2]=> string(60) "Please make this random test sentence rotate slow and random" [3]=> string(62) "Just make this awesome test sentence rotate quickly and random" [4]=> string(56) "Please make this random test sentence spin and be random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(57) "Please make this awesome test sentence spin and be random" [7]=> string(60) "Please make this random test sentence rotate fast and random" [8]=> string(54) "Just make this random test sentence spin and be random" [9]=> string(64) "Please make this awesome test sentence rotate quickly and random" [10]=> string(58) "Just make this random test sentence rotate fast and random" [11]=> string(54) "Please make this cool test sentence spin and be random" [12]=> string(63) "Please make this random test sentence rotate quickly and random" [13]=> string(55) "Just make this awesome test sentence spin and be random" }
Output for 5.4.24
array(11) { [0]=> string(61) "Just make this random test sentence rotate quickly and random" [1]=> string(60) "Please make this random test sentence rotate slow and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(62) "Just make this awesome test sentence rotate quickly and random" [5]=> string(56) "Just make this cool test sentence rotate fast and random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(57) "Please make this awesome test sentence spin and be random" [8]=> string(56) "Please make this random test sentence spin and be random" [9]=> string(61) "Please make this cool test sentence rotate quickly and random" [10]=> string(54) "Just make this random test sentence spin and be random" }
Output for 5.4.23
array(11) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(61) "Please make this awesome test sentence rotate slow and random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(62) "Just make this awesome test sentence rotate quickly and random" [4]=> string(60) "Please make this random test sentence rotate slow and random" [5]=> string(57) "Please make this awesome test sentence spin and be random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(58) "Just make this random test sentence rotate fast and random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(58) "Please make this cool test sentence rotate fast and random" [10]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.4.22
array(13) { [0]=> string(63) "Please make this random test sentence rotate quickly and random" [1]=> string(52) "Just make this cool test sentence spin and be random" [2]=> string(61) "Please make this awesome test sentence rotate slow and random" [3]=> string(64) "Please make this awesome test sentence rotate quickly and random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(56) "Just make this cool test sentence rotate slow and random" [6]=> string(57) "Please make this awesome test sentence spin and be random" [7]=> string(56) "Please make this random test sentence spin and be random" [8]=> string(55) "Just make this awesome test sentence spin and be random" [9]=> string(58) "Please make this cool test sentence rotate slow and random" [10]=> string(61) "Please make this awesome test sentence rotate fast and random" [11]=> string(54) "Please make this cool test sentence spin and be random" [12]=> string(60) "Please make this random test sentence rotate fast and random" }
Output for 5.4.21
array(13) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(62) "Just make this awesome test sentence rotate quickly and random" [2]=> string(58) "Just make this random test sentence rotate slow and random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(64) "Please make this awesome test sentence rotate quickly and random" [5]=> string(60) "Please make this random test sentence rotate fast and random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(58) "Please make this cool test sentence rotate fast and random" [8]=> string(61) "Please make this cool test sentence rotate quickly and random" [9]=> string(55) "Just make this awesome test sentence spin and be random" [10]=> string(63) "Please make this random test sentence rotate quickly and random" [11]=> string(56) "Please make this random test sentence spin and be random" [12]=> string(59) "Just make this cool test sentence rotate quickly and random" }
Output for 5.4.20
array(13) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(62) "Just make this awesome test sentence rotate quickly and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(61) "Just make this random test sentence rotate quickly and random" [5]=> string(57) "Please make this awesome test sentence spin and be random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(58) "Just make this random test sentence rotate slow and random" [8]=> string(63) "Please make this random test sentence rotate quickly and random" [9]=> string(59) "Just make this cool test sentence rotate quickly and random" [10]=> string(54) "Just make this random test sentence spin and be random" [11]=> string(64) "Please make this awesome test sentence rotate quickly and random" [12]=> string(61) "Please make this awesome test sentence rotate fast and random" }
Output for 5.4.19
array(15) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(61) "Please make this cool test sentence rotate quickly and random" [2]=> string(58) "Just make this random test sentence rotate slow and random" [3]=> string(61) "Please make this awesome test sentence rotate fast and random" [4]=> string(60) "Please make this random test sentence rotate slow and random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(59) "Just make this cool test sentence rotate quickly and random" [7]=> string(61) "Just make this random test sentence rotate quickly and random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" [9]=> string(64) "Please make this awesome test sentence rotate quickly and random" [10]=> string(59) "Just make this awesome test sentence rotate slow and random" [11]=> string(56) "Please make this random test sentence spin and be random" [12]=> string(57) "Please make this awesome test sentence spin and be random" [13]=> string(59) "Just make this awesome test sentence rotate fast and random" [14]=> string(58) "Just make this random test sentence rotate fast and random" }
Output for 5.4.18
array(14) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(52) "Just make this cool test sentence spin and be random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(64) "Please make this awesome test sentence rotate quickly and random" [5]=> string(60) "Please make this random test sentence rotate fast and random" [6]=> string(54) "Please make this cool test sentence spin and be random" [7]=> string(59) "Just make this awesome test sentence rotate fast and random" [8]=> string(58) "Just make this random test sentence rotate slow and random" [9]=> string(61) "Please make this awesome test sentence rotate fast and random" [10]=> string(55) "Just make this awesome test sentence spin and be random" [11]=> string(61) "Please make this awesome test sentence rotate slow and random" [12]=> string(56) "Please make this random test sentence spin and be random" [13]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.4.17
array(13) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(62) "Just make this awesome test sentence rotate quickly and random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(64) "Please make this awesome test sentence rotate quickly and random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(58) "Just make this random test sentence rotate fast and random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(59) "Just make this awesome test sentence rotate fast and random" [9]=> string(58) "Please make this cool test sentence rotate slow and random" [10]=> string(63) "Please make this random test sentence rotate quickly and random" [11]=> string(54) "Just make this random test sentence spin and be random" [12]=> string(59) "Just make this awesome test sentence rotate slow and random" }
Output for 5.4.16
array(12) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(62) "Just make this awesome test sentence rotate quickly and random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(58) "Please make this cool test sentence rotate slow and random" [5]=> string(56) "Just make this cool test sentence rotate fast and random" [6]=> string(60) "Please make this random test sentence rotate slow and random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(61) "Please make this awesome test sentence rotate slow and random" [9]=> string(58) "Just make this random test sentence rotate slow and random" [10]=> string(63) "Please make this random test sentence rotate quickly and random" [11]=> string(64) "Please make this awesome test sentence rotate quickly and random" }
Output for 5.4.15
array(13) { [0]=> string(56) "Please make this random test sentence spin and be random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(59) "Just make this cool test sentence rotate quickly and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(57) "Please make this awesome test sentence spin and be random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(58) "Just make this random test sentence rotate fast and random" [7]=> string(61) "Please make this awesome test sentence rotate slow and random" [8]=> string(63) "Please make this random test sentence rotate quickly and random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(58) "Please make this cool test sentence rotate fast and random" [11]=> string(62) "Just make this awesome test sentence rotate quickly and random" [12]=> string(60) "Please make this random test sentence rotate fast and random" }
Output for 5.4.14
array(14) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(57) "Please make this awesome test sentence spin and be random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(60) "Please make this random test sentence rotate fast and random" [4]=> string(58) "Just make this random test sentence rotate slow and random" [5]=> string(56) "Please make this random test sentence spin and be random" [6]=> string(56) "Just make this cool test sentence rotate slow and random" [7]=> string(54) "Please make this cool test sentence spin and be random" [8]=> string(63) "Please make this random test sentence rotate quickly and random" [9]=> string(64) "Please make this awesome test sentence rotate quickly and random" [10]=> string(61) "Just make this random test sentence rotate quickly and random" [11]=> string(59) "Just make this awesome test sentence rotate slow and random" [12]=> string(59) "Just make this cool test sentence rotate quickly and random" [13]=> string(58) "Please make this cool test sentence rotate fast and random" }
Output for 5.4.13
array(14) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(63) "Please make this random test sentence rotate quickly and random" [2]=> string(62) "Just make this awesome test sentence rotate quickly and random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(60) "Please make this random test sentence rotate fast and random" [5]=> string(58) "Please make this cool test sentence rotate fast and random" [6]=> string(59) "Just make this awesome test sentence rotate fast and random" [7]=> string(55) "Just make this awesome test sentence spin and be random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(61) "Please make this cool test sentence rotate quickly and random" [11]=> string(64) "Please make this awesome test sentence rotate quickly and random" [12]=> string(56) "Just make this cool test sentence rotate fast and random" [13]=> string(58) "Just make this random test sentence rotate slow and random" }
Output for 5.4.12
array(14) { [0]=> string(54) "Please make this cool test sentence spin and be random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(61) "Just make this random test sentence rotate quickly and random" [3]=> string(54) "Just make this random test sentence spin and be random" [4]=> string(60) "Please make this random test sentence rotate slow and random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(64) "Please make this awesome test sentence rotate quickly and random" [8]=> string(62) "Just make this awesome test sentence rotate quickly and random" [9]=> string(59) "Just make this awesome test sentence rotate fast and random" [10]=> string(56) "Just make this cool test sentence rotate fast and random" [11]=> string(57) "Please make this awesome test sentence spin and be random" [12]=> string(56) "Just make this cool test sentence rotate slow and random" [13]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.4.11
array(14) { [0]=> string(63) "Please make this random test sentence rotate quickly and random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(54) "Just make this random test sentence spin and be random" [5]=> string(61) "Please make this cool test sentence rotate quickly and random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(59) "Just make this awesome test sentence rotate slow and random" [8]=> string(60) "Please make this random test sentence rotate slow and random" [9]=> string(62) "Just make this awesome test sentence rotate quickly and random" [10]=> string(52) "Just make this cool test sentence spin and be random" [11]=> string(59) "Just make this cool test sentence rotate quickly and random" [12]=> string(56) "Just make this cool test sentence rotate slow and random" [13]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 5.4.10
array(10) { [0]=> string(52) "Just make this cool test sentence spin and be random" [1]=> string(56) "Just make this cool test sentence rotate slow and random" [2]=> string(58) "Please make this cool test sentence rotate fast and random" [3]=> string(54) "Please make this cool test sentence spin and be random" [4]=> string(59) "Just make this cool test sentence rotate quickly and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(60) "Please make this random test sentence rotate slow and random" [8]=> string(55) "Just make this awesome test sentence spin and be random" [9]=> string(58) "Just make this random test sentence rotate slow and random" }
Output for 5.4.9
array(15) { [0]=> string(60) "Please make this random test sentence rotate slow and random" [1]=> string(59) "Just make this cool test sentence rotate quickly and random" [2]=> string(56) "Please make this random test sentence spin and be random" [3]=> string(62) "Just make this awesome test sentence rotate quickly and random" [4]=> string(56) "Just make this cool test sentence rotate slow and random" [5]=> string(55) "Just make this awesome test sentence spin and be random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(54) "Please make this cool test sentence spin and be random" [9]=> string(57) "Please make this awesome test sentence spin and be random" [10]=> string(59) "Just make this awesome test sentence rotate fast and random" [11]=> string(54) "Just make this random test sentence spin and be random" [12]=> string(64) "Please make this awesome test sentence rotate quickly and random" [13]=> string(58) "Just make this random test sentence rotate fast and random" [14]=> string(61) "Please make this awesome test sentence rotate slow and random" }
Output for 5.4.8
array(13) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(54) "Just make this random test sentence spin and be random" [2]=> string(58) "Please make this cool test sentence rotate slow and random" [3]=> string(56) "Please make this random test sentence spin and be random" [4]=> string(56) "Just make this cool test sentence rotate slow and random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(52) "Just make this cool test sentence spin and be random" [7]=> string(61) "Just make this random test sentence rotate quickly and random" [8]=> string(56) "Just make this cool test sentence rotate fast and random" [9]=> string(60) "Please make this random test sentence rotate fast and random" [10]=> string(55) "Just make this awesome test sentence spin and be random" [11]=> string(64) "Please make this awesome test sentence rotate quickly and random" [12]=> string(61) "Please make this cool test sentence rotate quickly and random" }
Output for 5.4.7
array(12) { [0]=> string(54) "Just make this random test sentence spin and be random" [1]=> string(52) "Just make this cool test sentence spin and be random" [2]=> string(56) "Just make this cool test sentence rotate slow and random" [3]=> string(55) "Just make this awesome test sentence spin and be random" [4]=> string(58) "Just make this random test sentence rotate fast and random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(58) "Please make this cool test sentence rotate fast and random" [7]=> string(61) "Please make this cool test sentence rotate quickly and random" [8]=> string(57) "Please make this awesome test sentence spin and be random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" [10]=> string(58) "Please make this cool test sentence rotate slow and random" [11]=> string(56) "Please make this random test sentence spin and be random" }
Output for 5.4.6
array(12) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(61) "Please make this cool test sentence rotate quickly and random" [2]=> string(56) "Just make this cool test sentence rotate fast and random" [3]=> string(58) "Please make this cool test sentence rotate slow and random" [4]=> string(56) "Just make this cool test sentence rotate slow and random" [5]=> string(54) "Please make this cool test sentence spin and be random" [6]=> string(56) "Please make this random test sentence spin and be random" [7]=> string(54) "Just make this random test sentence spin and be random" [8]=> string(58) "Please make this cool test sentence rotate fast and random" [9]=> string(63) "Please make this random test sentence rotate quickly and random" [10]=> string(61) "Just make this random test sentence rotate quickly and random" [11]=> string(57) "Please make this awesome test sentence spin and be random" }
Output for 5.4.5
array(13) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(55) "Just make this awesome test sentence spin and be random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(59) "Just make this awesome test sentence rotate fast and random" [5]=> string(61) "Just make this random test sentence rotate quickly and random" [6]=> string(54) "Just make this random test sentence spin and be random" [7]=> string(56) "Please make this random test sentence spin and be random" [8]=> string(64) "Please make this awesome test sentence rotate quickly and random" [9]=> string(58) "Please make this cool test sentence rotate slow and random" [10]=> string(54) "Please make this cool test sentence spin and be random" [11]=> string(56) "Just make this cool test sentence rotate slow and random" [12]=> string(59) "Just make this awesome test sentence rotate slow and random" }
Output for 5.4.4
array(15) { [0]=> string(61) "Please make this awesome test sentence rotate fast and random" [1]=> string(60) "Please make this random test sentence rotate slow and random" [2]=> string(56) "Just make this cool test sentence rotate slow and random" [3]=> string(61) "Just make this random test sentence rotate quickly and random" [4]=> string(58) "Please make this cool test sentence rotate slow and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(55) "Just make this awesome test sentence spin and be random" [7]=> string(52) "Just make this cool test sentence spin and be random" [8]=> string(57) "Please make this awesome test sentence spin and be random" [9]=> string(62) "Just make this awesome test sentence rotate quickly and random" [10]=> string(56) "Please make this random test sentence spin and be random" [11]=> string(61) "Please make this cool test sentence rotate quickly and random" [12]=> string(58) "Just make this random test sentence rotate slow and random" [13]=> string(61) "Please make this awesome test sentence rotate slow and random" [14]=> string(54) "Please make this cool test sentence spin and be random" }
Output for 5.4.3
array(15) { [0]=> string(57) "Please make this awesome test sentence spin and be random" [1]=> string(59) "Just make this awesome test sentence rotate fast and random" [2]=> string(55) "Just make this awesome test sentence spin and be random" [3]=> string(58) "Just make this random test sentence rotate slow and random" [4]=> string(59) "Just make this cool test sentence rotate quickly and random" [5]=> string(54) "Just make this random test sentence spin and be random" [6]=> string(62) "Just make this awesome test sentence rotate quickly and random" [7]=> string(61) "Please make this awesome test sentence rotate fast and random" [8]=> string(52) "Just make this cool test sentence spin and be random" [9]=> string(61) "Please make this awesome test sentence rotate slow and random" [10]=> string(60) "Please make this random test sentence rotate fast and random" [11]=> string(59) "Just make this awesome test sentence rotate slow and random" [12]=> string(56) "Just make this cool test sentence rotate fast and random" [13]=> string(61) "Please make this cool test sentence rotate quickly and random" [14]=> string(58) "Please make this cool test sentence rotate fast and random" }
Output for 5.4.2
array(11) { [0]=> string(55) "Just make this awesome test sentence spin and be random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(62) "Just make this awesome test sentence rotate quickly and random" [3]=> string(52) "Just make this cool test sentence spin and be random" [4]=> string(64) "Please make this awesome test sentence rotate quickly and random" [5]=> string(58) "Please make this cool test sentence rotate slow and random" [6]=> string(58) "Please make this cool test sentence rotate fast and random" [7]=> string(57) "Please make this awesome test sentence spin and be random" [8]=> string(54) "Please make this cool test sentence spin and be random" [9]=> string(61) "Please make this cool test sentence rotate quickly and random" [10]=> string(60) "Please make this random test sentence rotate slow and random" }
Output for 5.4.1
array(15) { [0]=> string(61) "Please make this awesome test sentence rotate fast and random" [1]=> string(54) "Please make this cool test sentence spin and be random" [2]=> string(63) "Please make this random test sentence rotate quickly and random" [3]=> string(58) "Please make this cool test sentence rotate fast and random" [4]=> string(55) "Just make this awesome test sentence spin and be random" [5]=> string(62) "Just make this awesome test sentence rotate quickly and random" [6]=> string(60) "Please make this random test sentence rotate fast and random" [7]=> string(64) "Please make this awesome test sentence rotate quickly and random" [8]=> string(61) "Please make this cool test sentence rotate quickly and random" [9]=> string(54) "Just make this random test sentence spin and be random" [10]=> string(59) "Just make this cool test sentence rotate quickly and random" [11]=> string(58) "Just make this random test sentence rotate fast and random" [12]=> string(56) "Please make this random test sentence spin and be random" [13]=> string(52) "Just make this cool test sentence spin and be random" [14]=> string(61) "Just make this random test sentence rotate quickly and random" }
Output for 5.4.0
array(11) { [0]=> string(58) "Just make this random test sentence rotate slow and random" [1]=> string(56) "Please make this random test sentence spin and be random" [2]=> string(54) "Please make this cool test sentence spin and be random" [3]=> string(57) "Please make this awesome test sentence spin and be random" [4]=> string(52) "Just make this cool test sentence spin and be random" [5]=> string(59) "Just make this cool test sentence rotate quickly and random" [6]=> string(61) "Just make this random test sentence rotate quickly and random" [7]=> string(61) "Please make this awesome test sentence rotate fast and random" [8]=> string(55) "Just make this awesome test sentence spin and be random" [9]=> string(56) "Just make this cool test sentence rotate slow and random" [10]=> string(60) "Please make this random test sentence rotate fast and random" }
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/An0I8 on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/An0I8 on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/An0I8 on line 5
Process exited with code 255.

preferences:
215.42 ms | 401 KiB | 220 Q