3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myArray = array( 0, array( 0, 1, array( 0, 1, 2, array( 0, 1, 2, 3, array("the end") ) ) ) ); $recursive_array_iterator = new RecursiveArrayIterator($myArray); iterator_apply($recursive_array_iterator, 'traverseRecursiveArray', array($recursive_array_iterator)); $i = 0; function traverseRecursiveArray($iterator) { global $i; while ($iterator->valid()) { if ($iterator->hasChildren()) { traverseRecursiveArray($iterator->getChildren()); } else { $iterator->offsetSet($iterator->key, "d"); echo $iterator->key() . ' => ' . $iterator->current() . PHP_EOL; } // $iterator->current = "d"; $iterator->next(); } }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 0 => 0 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 0 => 0 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 1 => 1 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 0 => 0 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 1 => 1 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 2 => 2 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 0 => 0 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 1 => 1 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 2 => 2 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 3 => 3 Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 0 => the end Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 1 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 2 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 3 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 4 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 5 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 6 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 7 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 8 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 9 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 10 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 11 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 12 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 13 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 14 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 15 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 16 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 17 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 18 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 19 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 20 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 21 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 22 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 23 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 24 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 25 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 26 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 27 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 28 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 29 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 30 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 31 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 32 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 33 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 34 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 35 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 36 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 37 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 38 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 39 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 40 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 41 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 42 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 43 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 44 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 45 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 46 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 47 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 48 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 49 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 50 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 51 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 52 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 53 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 54 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 55 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 56 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 57 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 58 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 59 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 60 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 61 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 62 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 63 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 64 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 65 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 66 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 67 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 68 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 69 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 70 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 71 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 72 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 73 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 74 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 75 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 76 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 77 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 78 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 79 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 80 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 81 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 82 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 83 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 84 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 85 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 86 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 87 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 88 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 89 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 90 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 91 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 92 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 93 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 94 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 95 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 96 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 97 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 98 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 99 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 100 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 101 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 102 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 103 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 104 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 105 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 106 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 107 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 108 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 109 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 110 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 111 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 112 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 113 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 114 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 115 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 116 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 117 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 118 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 119 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 120 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 121 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 122 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 123 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 124 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 125 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 126 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 127 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 128 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 129 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 130 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 131 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 132 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 133 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 134 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 135 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 136 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 137 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 138 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 139 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 140 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 141 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 142 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 143 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 144 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 145 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 146 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 147 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 148 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 149 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 150 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 151 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 152 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 153 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 154 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 155 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 156 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 157 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 158 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 159 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 160 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 161 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 162 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 163 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 164 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 165 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 166 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 167 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 168 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 169 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 170 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 171 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 172 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 173 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 174 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 175 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 176 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 177 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 178 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 179 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 180 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 181 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 182 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 183 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 184 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 185 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 186 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 187 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 188 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 189 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 190 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 191 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 192 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 193 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 194 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 195 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 196 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 197 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 198 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 199 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 200 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 201 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 202 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 203 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 204 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 205 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 206 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 207 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 208 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 209 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 210 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 211 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 212 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 213 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 214 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 215 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 216 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 217 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 218 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 219 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 220 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 221 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 222 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 223 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 224 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 225 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 226 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 227 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 228 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 229 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 230 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 231 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 232 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 233 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 234 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 235 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 236 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 237 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 238 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 239 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 240 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 241 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 242 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 243 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 244 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 245 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 246 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 247 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 248 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 249 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 250 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 251 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 252 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 253 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 254 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 255 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 256 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 257 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 258 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 259 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 260 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 261 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 262 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 263 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 264 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 265 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 266 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 267 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 268 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 269 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 270 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 271 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 272 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 273 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 274 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 275 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 276 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 277 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 278 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 279 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 280 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 281 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 282 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 283 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 284 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 285 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 286 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 287 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 288 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 289 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 290 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 291 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 292 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 293 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 294 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 295 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 296 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 297 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 298 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 299 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 300 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 301 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 302 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 303 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 304 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 305 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 306 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 307 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 308 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 309 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 310 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 311 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 312 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 313 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 314 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 315 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 316 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 317 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 318 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 319 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 320 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 321 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 322 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 323 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 324 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 325 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 326 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 327 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 328 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 329 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 330 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 331 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 332 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 333 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 334 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 335 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 336 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 337 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 338 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 339 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 340 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 341 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 342 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 343 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 344 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 345 => d Warning: Undefined property: RecursiveArrayIterator::$key in /in/34PRW on line 36 346 => d Warning: Undefined property: RecursiveArrayIter
Process exited with code 137.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
40.96 ms | 437 KiB | 8 Q