3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '<a href="http://www.google.com/" class=l2>Go to Google!</a>'; preg_match_all('/<a href="([^"]+)" class=l.+?>([^<]+)<\/a>/', $string, $results); var_dump( $results); for( $i = 0; $j < count( $results[1]); $i++) echo $results[1][$i] . ' ' . $results[2][$i];
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
array(3) { [0]=> array(1) { [0]=> string(59) "<a href="http://www.google.com/" class=l2>Go to Google!</a>" } [1]=> array(1) { [0]=> string(22) "http://www.google.com/" } [2]=> array(1) { [0]=> string(13) "Go to Google!" } } Warning: Undefined variable $j in /in/f3nYd on line 8 http://www.google.com/ Go to Google! Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 1 in /in/f3nYd on line 9 Warning: Undefined array key 1 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 2 in /in/f3nYd on line 9 Warning: Undefined array key 2 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 3 in /in/f3nYd on line 9 Warning: Undefined array key 3 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 4 in /in/f3nYd on line 9 Warning: Undefined array key 4 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 5 in /in/f3nYd on line 9 Warning: Undefined array key 5 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 6 in /in/f3nYd on line 9 Warning: Undefined array key 6 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 7 in /in/f3nYd on line 9 Warning: Undefined array key 7 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 8 in /in/f3nYd on line 9 Warning: Undefined array key 8 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 9 in /in/f3nYd on line 9 Warning: Undefined array key 9 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 10 in /in/f3nYd on line 9 Warning: Undefined array key 10 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 11 in /in/f3nYd on line 9 Warning: Undefined array key 11 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 12 in /in/f3nYd on line 9 Warning: Undefined array key 12 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 13 in /in/f3nYd on line 9 Warning: Undefined array key 13 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 14 in /in/f3nYd on line 9 Warning: Undefined array key 14 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 15 in /in/f3nYd on line 9 Warning: Undefined array key 15 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 16 in /in/f3nYd on line 9 Warning: Undefined array key 16 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 17 in /in/f3nYd on line 9 Warning: Undefined array key 17 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 18 in /in/f3nYd on line 9 Warning: Undefined array key 18 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 19 in /in/f3nYd on line 9 Warning: Undefined array key 19 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 20 in /in/f3nYd on line 9 Warning: Undefined array key 20 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 21 in /in/f3nYd on line 9 Warning: Undefined array key 21 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 22 in /in/f3nYd on line 9 Warning: Undefined array key 22 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 23 in /in/f3nYd on line 9 Warning: Undefined array key 23 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 24 in /in/f3nYd on line 9 Warning: Undefined array key 24 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 25 in /in/f3nYd on line 9 Warning: Undefined array key 25 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 26 in /in/f3nYd on line 9 Warning: Undefined array key 26 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 27 in /in/f3nYd on line 9 Warning: Undefined array key 27 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 28 in /in/f3nYd on line 9 Warning: Undefined array key 28 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 29 in /in/f3nYd on line 9 Warning: Undefined array key 29 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 30 in /in/f3nYd on line 9 Warning: Undefined array key 30 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 31 in /in/f3nYd on line 9 Warning: Undefined array key 31 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 32 in /in/f3nYd on line 9 Warning: Undefined array key 32 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 33 in /in/f3nYd on line 9 Warning: Undefined array key 33 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 34 in /in/f3nYd on line 9 Warning: Undefined array key 34 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 35 in /in/f3nYd on line 9 Warning: Undefined array key 35 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 36 in /in/f3nYd on line 9 Warning: Undefined array key 36 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 37 in /in/f3nYd on line 9 Warning: Undefined array key 37 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 38 in /in/f3nYd on line 9 Warning: Undefined array key 38 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 39 in /in/f3nYd on line 9 Warning: Undefined array key 39 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 40 in /in/f3nYd on line 9 Warning: Undefined array key 40 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 41 in /in/f3nYd on line 9 Warning: Undefined array key 41 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 42 in /in/f3nYd on line 9 Warning: Undefined array key 42 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 43 in /in/f3nYd on line 9 Warning: Undefined array key 43 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 44 in /in/f3nYd on line 9 Warning: Undefined array key 44 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 45 in /in/f3nYd on line 9 Warning: Undefined array key 45 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 46 in /in/f3nYd on line 9 Warning: Undefined array key 46 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 47 in /in/f3nYd on line 9 Warning: Undefined array key 47 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 48 in /in/f3nYd on line 9 Warning: Undefined array key 48 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 49 in /in/f3nYd on line 9 Warning: Undefined array key 49 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 50 in /in/f3nYd on line 9 Warning: Undefined array key 50 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 51 in /in/f3nYd on line 9 Warning: Undefined array key 51 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 52 in /in/f3nYd on line 9 Warning: Undefined array key 52 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 53 in /in/f3nYd on line 9 Warning: Undefined array key 53 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 54 in /in/f3nYd on line 9 Warning: Undefined array key 54 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 55 in /in/f3nYd on line 9 Warning: Undefined array key 55 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 56 in /in/f3nYd on line 9 Warning: Undefined array key 56 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 57 in /in/f3nYd on line 9 Warning: Undefined array key 57 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 58 in /in/f3nYd on line 9 Warning: Undefined array key 58 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 59 in /in/f3nYd on line 9 Warning: Undefined array key 59 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 60 in /in/f3nYd on line 9 Warning: Undefined array key 60 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 61 in /in/f3nYd on line 9 Warning: Undefined array key 61 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 62 in /in/f3nYd on line 9 Warning: Undefined array key 62 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 63 in /in/f3nYd on line 9 Warning: Undefined array key 63 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 64 in /in/f3nYd on line 9 Warning: Undefined array key 64 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 65 in /in/f3nYd on line 9 Warning: Undefined array key 65 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 66 in /in/f3nYd on line 9 Warning: Undefined array key 66 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 67 in /in/f3nYd on line 9 Warning: Undefined array key 67 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 68 in /in/f3nYd on line 9 Warning: Undefined array key 68 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 69 in /in/f3nYd on line 9 Warning: Undefined array key 69 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 70 in /in/f3nYd on line 9 Warning: Undefined array key 70 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 71 in /in/f3nYd on line 9 Warning: Undefined array key 71 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 72 in /in/f3nYd on line 9 Warning: Undefined array key 72 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 73 in /in/f3nYd on line 9 Warning: Undefined array key 73 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 74 in /in/f3nYd on line 9 Warning: Undefined array key 74 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 75 in /in/f3nYd on line 9 Warning: Undefined array key 75 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 76 in /in/f3nYd on line 9 Warning: Undefined array key 76 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 77 in /in/f3nYd on line 9 Warning: Undefined array key 77 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 78 in /in/f3nYd on line 9 Warning: Undefined array key 78 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 79 in /in/f3nYd on line 9 Warning: Undefined array key 79 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 80 in /in/f3nYd on line 9 Warning: Undefined array key 80 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 81 in /in/f3nYd on line 9 Warning: Undefined array key 81 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 82 in /in/f3nYd on line 9 Warning: Undefined array key 82 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 83 in /in/f3nYd on line 9 Warning: Undefined array key 83 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 84 in /in/f3nYd on line 9 Warning: Undefined array key 84 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 85 in /in/f3nYd on line 9 Warning: Undefined array key 85 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 86 in /in/f3nYd on line 9 Warning: Undefined array key 86 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 87 in /in/f3nYd on line 9 Warning: Undefined array key 87 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 88 in /in/f3nYd on line 9 Warning: Undefined array key 88 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 89 in /in/f3nYd on line 9 Warning: Undefined array key 89 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 90 in /in/f3nYd on line 9 Warning: Undefined array key 90 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 91 in /in/f3nYd on line 9 Warning: Undefined array key 91 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 92 in /in/f3nYd on line 9 Warning: Undefined array key 92 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 93 in /in/f3nYd on line 9 Warning: Undefined array key 93 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 94 in /in/f3nYd on line 9 Warning: Undefined array key 94 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 95 in /in/f3nYd on line 9 Warning: Undefined array key 95 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 96 in /in/f3nYd on line 9 Warning: Undefined array key 96 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 97 in /in/f3nYd on line 9 Warning: Undefined array key 97 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 98 in /in/f3nYd on line 9 Warning: Undefined array key 98 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 99 in /in/f3nYd on line 9 Warning: Undefined array key 99 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 100 in /in/f3nYd on line 9 Warning: Undefined array key 100 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 101 in /in/f3nYd on line 9 Warning: Undefined array key 101 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 102 in /in/f3nYd on line 9 Warning: Undefined array key 102 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 103 in /in/f3nYd on line 9 Warning: Undefined array key 103 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 104 in /in/f3nYd on line 9 Warning: Undefined array key 104 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 105 in /in/f3nYd on line 9 Warning: Undefined array key 105 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 106 in /in/f3nYd on line 9 Warning: Undefined array key 106 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 107 in /in/f3nYd on line 9 Warning: Undefined array key 107 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 108 in /in/f3nYd on line 9 Warning: Undefined array key 108 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 109 in /in/f3nYd on line 9 Warning: Undefined array key 109 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 110 in /in/f3nYd on line 9 Warning: Undefined array key 110 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 111 in /in/f3nYd on line 9 Warning: Undefined array key 111 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 112 in /in/f3nYd on line 9 Warning: Undefined array key 112 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 113 in /in/f3nYd on line 9 Warning: Undefined array key 113 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 114 in /in/f3nYd on line 9 Warning: Undefined array key 114 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 115 in /in/f3nYd on line 9 Warning: Undefined array key 115 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 116 in /in/f3nYd on line 9 Warning: Undefined array key 116 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 117 in /in/f3nYd on line 9 Warning: Undefined array key 117 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 118 in /in/f3nYd on line 9 Warning: Undefined array key 118 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 119 in /in/f3nYd on line 9 Warning: Undefined array key 119 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 120 in /in/f3nYd on line 9 Warning: Undefined array key 120 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 121 in /in/f3nYd on line 9 Warning: Undefined array key 121 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 122 in /in/f3nYd on line 9 Warning: Undefined array key 122 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 123 in /in/f3nYd on line 9 Warning: Undefined array key 123 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 124 in /in/f3nYd on line 9 Warning: Undefined array key 124 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 125 in /in/f3nYd on line 9 Warning: Undefined array key 125 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 126 in /in/f3nYd on line 9 Warning: Undefined array key 126 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 127 in /in/f3nYd on line 9 Warning: Undefined array key 127 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 128 in /in/f3nYd on line 9 Warning: Undefined array key 128 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 129 in /in/f3nYd on line 9 Warning: Undefined array key 129 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 130 in /in/f3nYd on line 9 Warning: Undefined array key 130 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 131 in /in/f3nYd on line 9 Warning: Undefined array key 131 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 132 in /in/f3nYd on line 9 Warning: Undefined array key 132 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 133 in /in/f3nYd on line 9 Warning: Undefined array key 133 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 134 in /in/f3nYd on line 9 Warning: Undefined array key 134 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 135 in /in/f3nYd on line 9 Warning: Undefined array key 135 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 136 in /in/f3nYd on line 9 Warning: Undefined array key 136 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 137 in /in/f3nYd on line 9 Warning: Undefined array key 137 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 138 in /in/f3nYd on line 9 Warning: Undefined array key 138 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 139 in /in/f3nYd on line 9 Warning: Undefined array key 139 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 140 in /in/f3nYd on line 9 Warning: Undefined array key 140 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 141 in /in/f3nYd on line 9 Warning: Undefined array key 141 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 142 in /in/f3nYd on line 9 Warning: Undefined array key 142 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 143 in /in/f3nYd on line 9 Warning: Undefined array key 143 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 144 in /in/f3nYd on line 9 Warning: Undefined array key 144 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 145 in /in/f3nYd on line 9 Warning: Undefined array key 145 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 146 in /in/f3nYd on line 9 Warning: Undefined array key 146 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 147 in /in/f3nYd on line 9 Warning: Undefined array key 147 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 148 in /in/f3nYd on line 9 Warning: Undefined array key 148 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 149 in /in/f3nYd on line 9 Warning: Undefined array key 149 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 150 in /in/f3nYd on line 9 Warning: Undefined array key 150 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 151 in /in/f3nYd on line 9 Warning: Undefined array key 151 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 152 in /in/f3nYd on line 9 Warning: Undefined array key 152 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 153 in /in/f3nYd on line 9 Warning: Undefined array key 153 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 154 in /in/f3nYd on line 9 Warning: Undefined array key 154 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 155 in /in/f3nYd on line 9 Warning: Undefined array key 155 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 156 in /in/f3nYd on line 9 Warning: Undefined array key 156 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 157 in /in/f3nYd on line 9 Warning: Undefined array key 157 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 158 in /in/f3nYd on line 9 Warning: Undefined array key 158 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 159 in /in/f3nYd on line 9 Warning: Undefined array key 159 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 160 in /in/f3nYd on line 9 Warning: Undefined array key 160 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 161 in /in/f3nYd on line 9 Warning: Undefined array key 161 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 162 in /in/f3nYd on line 9 Warning: Undefined array key 162 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 163 in /in/f3nYd on line 9 Warning: Undefined array key 163 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 164 in /in/f3nYd on line 9 Warning: Undefined array key 164 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 165 in /in/f3nYd on line 9 Warning: Undefined array key 165 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 166 in /in/f3nYd on line 9 Warning: Undefined array key 166 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 167 in /in/f3nYd on line 9 Warning: Undefined array key 167 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 168 in /in/f3nYd on line 9 Warning: Undefined array key 168 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 169 in /in/f3nYd on line 9 Warning: Undefined array key 169 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 170 in /in/f3nYd on line 9 Warning: Undefined array key 170 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 171 in /in/f3nYd on line 9 Warning: Undefined array key 171 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 172 in /in/f3nYd on line 9 Warning: Undefined array key 172 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 173 in /in/f3nYd on line 9 Warning: Undefined array key 173 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 174 in /in/f3nYd on line 9 Warning: Undefined array key 174 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 175 in /in/f3nYd on line 9 Warning: Undefined array key 175 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 176 in /in/f3nYd on line 9 Warning: Undefined array key 176 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 177 in /in/f3nYd on line 9 Warning: Undefined array key 177 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 178 in /in/f3nYd on line 9 Warning: Undefined array key 178 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 179 in /in/f3nYd on line 9 Warning: Undefined array key 179 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 180 in /in/f3nYd on line 9 Warning: Undefined array key 180 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 181 in /in/f3nYd on line 9 Warning: Undefined array key 181 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 182 in /in/f3nYd on line 9 Warning: Undefined array key 182 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 183 in /in/f3nYd on line 9 Warning: Undefined array key 183 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 184 in /in/f3nYd on line 9 Warning: Undefined array key 184 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 185 in /in/f3nYd on line 9 Warning: Undefined array key 185 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 186 in /in/f3nYd on line 9 Warning: Undefined array key 186 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 187 in /in/f3nYd on line 9 Warning: Undefined array key 187 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 188 in /in/f3nYd on line 9 Warning: Undefined array key 188 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 189 in /in/f3nYd on line 9 Warning: Undefined array key 189 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 190 in /in/f3nYd on line 9 Warning: Undefined array key 190 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 191 in /in/f3nYd on line 9 Warning: Undefined array key 191 in /in/f3nYd on line 9 Warning: Undefined variable $j in /in/f3nYd on line 8 Warning: Undefined array key 192 in /in/f3nYd on line 9 Warning: Undefined array key 192 in /in/f3nY
Process exited with code 137.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.3 - 7.4.33
array(3) { [0]=> array(1) { [0]=> string(59) "<a href="http://www.google.com/" class=l2>Go to Google!</a>" } [1]=> array(1) { [0]=> string(22) "http://www.google.com/" } [2]=> array(1) { [0]=> string(13) "Go to Google!" } } Notice: Undefined variable: j in /in/f3nYd on line 8 http://www.google.com/ Go to Google! Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 1 in /in/f3nYd on line 9 Notice: Undefined offset: 1 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 2 in /in/f3nYd on line 9 Notice: Undefined offset: 2 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 3 in /in/f3nYd on line 9 Notice: Undefined offset: 3 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 4 in /in/f3nYd on line 9 Notice: Undefined offset: 4 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 5 in /in/f3nYd on line 9 Notice: Undefined offset: 5 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 6 in /in/f3nYd on line 9 Notice: Undefined offset: 6 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 7 in /in/f3nYd on line 9 Notice: Undefined offset: 7 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 8 in /in/f3nYd on line 9 Notice: Undefined offset: 8 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 9 in /in/f3nYd on line 9 Notice: Undefined offset: 9 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 10 in /in/f3nYd on line 9 Notice: Undefined offset: 10 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 11 in /in/f3nYd on line 9 Notice: Undefined offset: 11 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 12 in /in/f3nYd on line 9 Notice: Undefined offset: 12 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 13 in /in/f3nYd on line 9 Notice: Undefined offset: 13 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 14 in /in/f3nYd on line 9 Notice: Undefined offset: 14 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 15 in /in/f3nYd on line 9 Notice: Undefined offset: 15 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 16 in /in/f3nYd on line 9 Notice: Undefined offset: 16 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 17 in /in/f3nYd on line 9 Notice: Undefined offset: 17 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 18 in /in/f3nYd on line 9 Notice: Undefined offset: 18 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 19 in /in/f3nYd on line 9 Notice: Undefined offset: 19 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 20 in /in/f3nYd on line 9 Notice: Undefined offset: 20 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 21 in /in/f3nYd on line 9 Notice: Undefined offset: 21 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 22 in /in/f3nYd on line 9 Notice: Undefined offset: 22 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 23 in /in/f3nYd on line 9 Notice: Undefined offset: 23 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 24 in /in/f3nYd on line 9 Notice: Undefined offset: 24 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 25 in /in/f3nYd on line 9 Notice: Undefined offset: 25 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 26 in /in/f3nYd on line 9 Notice: Undefined offset: 26 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 27 in /in/f3nYd on line 9 Notice: Undefined offset: 27 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 28 in /in/f3nYd on line 9 Notice: Undefined offset: 28 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 29 in /in/f3nYd on line 9 Notice: Undefined offset: 29 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 30 in /in/f3nYd on line 9 Notice: Undefined offset: 30 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 31 in /in/f3nYd on line 9 Notice: Undefined offset: 31 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 32 in /in/f3nYd on line 9 Notice: Undefined offset: 32 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 33 in /in/f3nYd on line 9 Notice: Undefined offset: 33 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 34 in /in/f3nYd on line 9 Notice: Undefined offset: 34 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 35 in /in/f3nYd on line 9 Notice: Undefined offset: 35 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 36 in /in/f3nYd on line 9 Notice: Undefined offset: 36 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 37 in /in/f3nYd on line 9 Notice: Undefined offset: 37 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 38 in /in/f3nYd on line 9 Notice: Undefined offset: 38 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 39 in /in/f3nYd on line 9 Notice: Undefined offset: 39 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 40 in /in/f3nYd on line 9 Notice: Undefined offset: 40 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 41 in /in/f3nYd on line 9 Notice: Undefined offset: 41 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 42 in /in/f3nYd on line 9 Notice: Undefined offset: 42 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 43 in /in/f3nYd on line 9 Notice: Undefined offset: 43 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 44 in /in/f3nYd on line 9 Notice: Undefined offset: 44 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 45 in /in/f3nYd on line 9 Notice: Undefined offset: 45 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 46 in /in/f3nYd on line 9 Notice: Undefined offset: 46 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 47 in /in/f3nYd on line 9 Notice: Undefined offset: 47 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 48 in /in/f3nYd on line 9 Notice: Undefined offset: 48 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 49 in /in/f3nYd on line 9 Notice: Undefined offset: 49 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 50 in /in/f3nYd on line 9 Notice: Undefined offset: 50 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 51 in /in/f3nYd on line 9 Notice: Undefined offset: 51 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 52 in /in/f3nYd on line 9 Notice: Undefined offset: 52 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 53 in /in/f3nYd on line 9 Notice: Undefined offset: 53 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 54 in /in/f3nYd on line 9 Notice: Undefined offset: 54 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 55 in /in/f3nYd on line 9 Notice: Undefined offset: 55 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 56 in /in/f3nYd on line 9 Notice: Undefined offset: 56 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 57 in /in/f3nYd on line 9 Notice: Undefined offset: 57 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 58 in /in/f3nYd on line 9 Notice: Undefined offset: 58 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 59 in /in/f3nYd on line 9 Notice: Undefined offset: 59 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 60 in /in/f3nYd on line 9 Notice: Undefined offset: 60 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 61 in /in/f3nYd on line 9 Notice: Undefined offset: 61 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 62 in /in/f3nYd on line 9 Notice: Undefined offset: 62 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 63 in /in/f3nYd on line 9 Notice: Undefined offset: 63 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 64 in /in/f3nYd on line 9 Notice: Undefined offset: 64 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 65 in /in/f3nYd on line 9 Notice: Undefined offset: 65 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 66 in /in/f3nYd on line 9 Notice: Undefined offset: 66 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 67 in /in/f3nYd on line 9 Notice: Undefined offset: 67 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 68 in /in/f3nYd on line 9 Notice: Undefined offset: 68 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 69 in /in/f3nYd on line 9 Notice: Undefined offset: 69 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 70 in /in/f3nYd on line 9 Notice: Undefined offset: 70 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 71 in /in/f3nYd on line 9 Notice: Undefined offset: 71 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 72 in /in/f3nYd on line 9 Notice: Undefined offset: 72 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 73 in /in/f3nYd on line 9 Notice: Undefined offset: 73 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 74 in /in/f3nYd on line 9 Notice: Undefined offset: 74 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 75 in /in/f3nYd on line 9 Notice: Undefined offset: 75 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 76 in /in/f3nYd on line 9 Notice: Undefined offset: 76 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 77 in /in/f3nYd on line 9 Notice: Undefined offset: 77 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 78 in /in/f3nYd on line 9 Notice: Undefined offset: 78 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 79 in /in/f3nYd on line 9 Notice: Undefined offset: 79 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 80 in /in/f3nYd on line 9 Notice: Undefined offset: 80 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 81 in /in/f3nYd on line 9 Notice: Undefined offset: 81 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 82 in /in/f3nYd on line 9 Notice: Undefined offset: 82 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 83 in /in/f3nYd on line 9 Notice: Undefined offset: 83 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 84 in /in/f3nYd on line 9 Notice: Undefined offset: 84 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 85 in /in/f3nYd on line 9 Notice: Undefined offset: 85 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 86 in /in/f3nYd on line 9 Notice: Undefined offset: 86 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 87 in /in/f3nYd on line 9 Notice: Undefined offset: 87 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 88 in /in/f3nYd on line 9 Notice: Undefined offset: 88 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 89 in /in/f3nYd on line 9 Notice: Undefined offset: 89 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 90 in /in/f3nYd on line 9 Notice: Undefined offset: 90 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 91 in /in/f3nYd on line 9 Notice: Undefined offset: 91 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 92 in /in/f3nYd on line 9 Notice: Undefined offset: 92 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 93 in /in/f3nYd on line 9 Notice: Undefined offset: 93 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 94 in /in/f3nYd on line 9 Notice: Undefined offset: 94 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 95 in /in/f3nYd on line 9 Notice: Undefined offset: 95 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 96 in /in/f3nYd on line 9 Notice: Undefined offset: 96 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 97 in /in/f3nYd on line 9 Notice: Undefined offset: 97 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 98 in /in/f3nYd on line 9 Notice: Undefined offset: 98 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 99 in /in/f3nYd on line 9 Notice: Undefined offset: 99 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 100 in /in/f3nYd on line 9 Notice: Undefined offset: 100 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 101 in /in/f3nYd on line 9 Notice: Undefined offset: 101 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 102 in /in/f3nYd on line 9 Notice: Undefined offset: 102 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 103 in /in/f3nYd on line 9 Notice: Undefined offset: 103 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 104 in /in/f3nYd on line 9 Notice: Undefined offset: 104 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 105 in /in/f3nYd on line 9 Notice: Undefined offset: 105 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 106 in /in/f3nYd on line 9 Notice: Undefined offset: 106 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 107 in /in/f3nYd on line 9 Notice: Undefined offset: 107 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 108 in /in/f3nYd on line 9 Notice: Undefined offset: 108 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 109 in /in/f3nYd on line 9 Notice: Undefined offset: 109 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 110 in /in/f3nYd on line 9 Notice: Undefined offset: 110 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 111 in /in/f3nYd on line 9 Notice: Undefined offset: 111 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 112 in /in/f3nYd on line 9 Notice: Undefined offset: 112 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 113 in /in/f3nYd on line 9 Notice: Undefined offset: 113 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 114 in /in/f3nYd on line 9 Notice: Undefined offset: 114 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 115 in /in/f3nYd on line 9 Notice: Undefined offset: 115 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 116 in /in/f3nYd on line 9 Notice: Undefined offset: 116 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 117 in /in/f3nYd on line 9 Notice: Undefined offset: 117 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 118 in /in/f3nYd on line 9 Notice: Undefined offset: 118 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 119 in /in/f3nYd on line 9 Notice: Undefined offset: 119 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 120 in /in/f3nYd on line 9 Notice: Undefined offset: 120 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 121 in /in/f3nYd on line 9 Notice: Undefined offset: 121 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 122 in /in/f3nYd on line 9 Notice: Undefined offset: 122 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 123 in /in/f3nYd on line 9 Notice: Undefined offset: 123 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 124 in /in/f3nYd on line 9 Notice: Undefined offset: 124 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 125 in /in/f3nYd on line 9 Notice: Undefined offset: 125 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 126 in /in/f3nYd on line 9 Notice: Undefined offset: 126 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 127 in /in/f3nYd on line 9 Notice: Undefined offset: 127 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 128 in /in/f3nYd on line 9 Notice: Undefined offset: 128 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 129 in /in/f3nYd on line 9 Notice: Undefined offset: 129 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 130 in /in/f3nYd on line 9 Notice: Undefined offset: 130 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 131 in /in/f3nYd on line 9 Notice: Undefined offset: 131 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 132 in /in/f3nYd on line 9 Notice: Undefined offset: 132 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 133 in /in/f3nYd on line 9 Notice: Undefined offset: 133 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 134 in /in/f3nYd on line 9 Notice: Undefined offset: 134 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 135 in /in/f3nYd on line 9 Notice: Undefined offset: 135 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 136 in /in/f3nYd on line 9 Notice: Undefined offset: 136 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 137 in /in/f3nYd on line 9 Notice: Undefined offset: 137 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 138 in /in/f3nYd on line 9 Notice: Undefined offset: 138 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 139 in /in/f3nYd on line 9 Notice: Undefined offset: 139 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 140 in /in/f3nYd on line 9 Notice: Undefined offset: 140 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 141 in /in/f3nYd on line 9 Notice: Undefined offset: 141 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 142 in /in/f3nYd on line 9 Notice: Undefined offset: 142 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 143 in /in/f3nYd on line 9 Notice: Undefined offset: 143 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 144 in /in/f3nYd on line 9 Notice: Undefined offset: 144 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 145 in /in/f3nYd on line 9 Notice: Undefined offset: 145 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 146 in /in/f3nYd on line 9 Notice: Undefined offset: 146 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 147 in /in/f3nYd on line 9 Notice: Undefined offset: 147 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 148 in /in/f3nYd on line 9 Notice: Undefined offset: 148 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 149 in /in/f3nYd on line 9 Notice: Undefined offset: 149 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 150 in /in/f3nYd on line 9 Notice: Undefined offset: 150 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 151 in /in/f3nYd on line 9 Notice: Undefined offset: 151 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 152 in /in/f3nYd on line 9 Notice: Undefined offset: 152 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 153 in /in/f3nYd on line 9 Notice: Undefined offset: 153 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 154 in /in/f3nYd on line 9 Notice: Undefined offset: 154 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 155 in /in/f3nYd on line 9 Notice: Undefined offset: 155 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 156 in /in/f3nYd on line 9 Notice: Undefined offset: 156 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 157 in /in/f3nYd on line 9 Notice: Undefined offset: 157 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 158 in /in/f3nYd on line 9 Notice: Undefined offset: 158 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 159 in /in/f3nYd on line 9 Notice: Undefined offset: 159 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 160 in /in/f3nYd on line 9 Notice: Undefined offset: 160 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 161 in /in/f3nYd on line 9 Notice: Undefined offset: 161 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 162 in /in/f3nYd on line 9 Notice: Undefined offset: 162 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 163 in /in/f3nYd on line 9 Notice: Undefined offset: 163 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 164 in /in/f3nYd on line 9 Notice: Undefined offset: 164 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 165 in /in/f3nYd on line 9 Notice: Undefined offset: 165 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 166 in /in/f3nYd on line 9 Notice: Undefined offset: 166 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 167 in /in/f3nYd on line 9 Notice: Undefined offset: 167 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 168 in /in/f3nYd on line 9 Notice: Undefined offset: 168 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 169 in /in/f3nYd on line 9 Notice: Undefined offset: 169 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 170 in /in/f3nYd on line 9 Notice: Undefined offset: 170 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 171 in /in/f3nYd on line 9 Notice: Undefined offset: 171 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 172 in /in/f3nYd on line 9 Notice: Undefined offset: 172 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 173 in /in/f3nYd on line 9 Notice: Undefined offset: 173 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 174 in /in/f3nYd on line 9 Notice: Undefined offset: 174 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 175 in /in/f3nYd on line 9 Notice: Undefined offset: 175 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 176 in /in/f3nYd on line 9 Notice: Undefined offset: 176 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 177 in /in/f3nYd on line 9 Notice: Undefined offset: 177 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 178 in /in/f3nYd on line 9 Notice: Undefined offset: 178 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 179 in /in/f3nYd on line 9 Notice: Undefined offset: 179 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 180 in /in/f3nYd on line 9 Notice: Undefined offset: 180 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 181 in /in/f3nYd on line 9 Notice: Undefined offset: 181 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 182 in /in/f3nYd on line 9 Notice: Undefined offset: 182 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 183 in /in/f3nYd on line 9 Notice: Undefined offset: 183 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 184 in /in/f3nYd on line 9 Notice: Undefined offset: 184 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 185 in /in/f3nYd on line 9 Notice: Undefined offset: 185 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 186 in /in/f3nYd on line 9 Notice: Undefined offset: 186 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 187 in /in/f3nYd on line 9 Notice: Undefined offset: 187 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 188 in /in/f3nYd on line 9 Notice: Undefined offset: 188 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 189 in /in/f3nYd on line 9 Notice: Undefined offset: 189 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 190 in /in/f3nYd on line 9 Notice: Undefined offset: 190 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 191 in /in/f3nYd on line 9 Notice: Undefined offset: 191 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 192 in /in/f3nYd on line 9 Notice: Undefined offset: 192 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 193 in /in/f3nYd on line 9 Notice: Undefined offset: 193 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 194 in /in/f3nYd on line 9 Notice: Undefined offset: 194 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 195 in /in/f3nYd on line 9 Notice: Undefined offset: 195 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 196 in /in/f3nYd on line 9 Notice: Undefined offset: 196 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 197 in /in/f3nYd on line 9 Notice: Undefined offset: 197 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 198 in /in/f3nYd on line 9 Notice: Undefined offset: 198 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 199 in /in/f3nYd on line 9 Notice: Undefined offset: 199 in /in/f3nYd on line 9 Notice: Undefined variable: j in /in/f3nYd on line 8 Notice: Undefined offset: 200 in /in/f3nYd on line 9 Notice: Undefined offset: 200 in /in/f3nYd on line 9 Notice: Undefined variable:
Process exited with code 137.
Output for 7.3.32 - 7.3.33
array(3) { [0]=> array(1) { [0]=> string(59) "<a href="http://www.google.com/" class=l2>Go to Google!</a>" } [1]=> array(1) { [0]=> string(22) "http://www.google.com/" } [2]=> array(1) { [0]=> string(13) "Go to Google!" } } http://www.google.com/ Go to Google!
Process exited with code 137.

preferences:
506.06 ms | 437 KiB | 369 Q