3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i = 1; $i <= 100; $i++) { $retVal = ""; switch($i) { case (i % 3 == 0): $retVal .= "Fizz"; case (i % 5 == 0): $retVal .= "Buzz"; default: $retVal = $i; } print $retVal.'\n'; }
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
Fatal error: Uncaught Error: Undefined constant "i" in /in/RcXJU:5 Stack trace: #0 {main} thrown in /in/RcXJU on line 5
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 1\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 2\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 3\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 4\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 5\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 6\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 7\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 8\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 9\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 10\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 11\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 12\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 13\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 14\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 15\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 16\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 17\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 18\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 19\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 20\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 21\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 22\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 23\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 24\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 25\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 26\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 27\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 28\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 29\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 30\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 31\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 32\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 33\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 34\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 35\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 36\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 37\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 38\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 39\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 40\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 41\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 42\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 43\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 44\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 45\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 46\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 47\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 48\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 49\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 50\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 51\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 52\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 53\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 54\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 55\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 56\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 57\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 58\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 59\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 60\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 61\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 62\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 63\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 64\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 65\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 66\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 67\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 68\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 69\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 70\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 71\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 72\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 73\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 74\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 75\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 76\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 77\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 78\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 79\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 80\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 81\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 82\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 83\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 84\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 85\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 86\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 87\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 88\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 89\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 90\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 91\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 92\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 93\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 94\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 95\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 96\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 97\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 98\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 99\n Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 100\n
Output for 7.1.0 - 7.1.33
Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 1\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 2\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 3\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 4\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 5\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 6\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 7\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 8\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 9\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 10\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 11\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 12\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 13\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 14\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 15\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 16\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 17\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 18\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 19\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 20\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 21\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 22\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 23\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 24\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 25\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 26\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 27\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 28\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 29\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 30\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 31\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 32\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 33\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 34\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 35\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 36\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 37\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 38\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 39\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 40\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 41\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 42\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 43\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 44\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 45\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 46\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 47\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 48\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 49\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 50\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 51\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 52\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 53\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 54\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 55\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 56\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 57\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 58\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 59\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 60\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 61\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 62\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 63\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 64\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 65\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 66\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 67\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 68\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 69\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 70\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 71\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 72\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 73\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 74\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 75\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 76\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 77\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 78\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 79\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 80\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 81\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 82\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 83\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 84\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 85\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 86\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 87\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 88\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 89\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 90\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 91\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 92\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 93\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 94\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 95\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 96\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 97\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 98\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 99\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 Warning: A non-numeric value encountered in /in/RcXJU on line 5 100\n
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20
Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 1\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 2\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 3\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 4\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 5\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 6\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 7\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 8\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 9\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 10\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 11\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 12\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 13\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 14\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 15\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 16\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 17\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 18\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 19\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 20\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 21\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 22\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 23\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 24\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 25\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 26\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 27\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 28\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 29\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 30\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 31\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 32\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 33\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 34\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 35\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 36\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 37\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 38\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 39\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 40\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 41\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 42\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 43\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 44\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 45\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 46\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 47\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 48\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 49\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 50\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 51\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 52\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 53\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 54\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 55\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 56\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 57\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 58\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 59\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 60\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 61\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 62\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 63\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 64\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 65\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 66\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 67\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 68\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 69\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 70\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 71\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 72\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 73\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 74\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 75\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 76\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 77\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 78\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 79\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 80\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 81\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 82\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 83\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 84\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 85\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 86\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 87\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 88\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 89\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 90\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 91\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 92\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 93\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 94\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 95\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 96\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 97\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 98\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 99\n Notice: Use of undefined constant i - assumed 'i' in /in/RcXJU on line 5 100\n

preferences:
309.5 ms | 419 KiB | 356 Q