3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ageMonths($dob) { //new date time $dob must be Y-m-d format $dobObject = DateTime::createFromFormat('Y-m-d',$dob); //current date $nowObject = new DateTime('2014-03-11'); //difference $diff = $nowObject->diff($dobObject); return "{$nowObject->format(Y-m-d)} - $dob = {$diff->y}-{$diff->m}-{$diff->d} / days: {$diff->days}"; } $date = new DateTime('2014-03-11'); while ($date > new DateTime('2014-01-01')) { $date->sub(new DateInterval('P1D')); var_dump(ageMonths($date->format('Y-m-d'))); }
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 "Y" in /in/PE99C:13 Stack trace: #0 /in/PE99C(20): ageMonths('2014-03-10') #1 {main} thrown in /in/PE99C on line 13
Process exited with code 255.
Output for 7.2.6, 7.2.30, 7.2.32 - 7.2.33, 7.3.16 - 7.3.23, 7.3.25 - 7.3.27, 7.3.32, 7.4.3, 7.4.6 - 7.4.16, 7.4.20 - 7.4.23, 7.4.25 - 7.4.26, 7.4.28 - 7.4.30, 7.4.33
Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-10 = 0-0-0 / days: 0" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-09 = 0-0-1 / days: 1" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-08 = 0-0-2 / days: 2" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-07 = 0-0-3 / days: 3" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-06 = 0-0-4 / days: 4" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-05 = 0-0-5 / days: 5" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-04 = 0-0-6 / days: 6" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-03 = 0-0-7 / days: 7" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-02 = 0-0-8 / days: 8" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-01 = 0-0-9 / days: 9" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-28 = 0-0-10 / days: 10" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-27 = 0-0-11 / days: 11" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-26 = 0-0-12 / days: 12" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-25 = 0-0-13 / days: 13" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-24 = 0-0-14 / days: 14" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-23 = 0-0-15 / days: 15" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-22 = 0-0-16 / days: 16" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-21 = 0-0-17 / days: 17" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-20 = 0-0-18 / days: 18" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-19 = 0-0-19 / days: 19" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-18 = 0-0-20 / days: 20" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-17 = 0-0-21 / days: 21" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-16 = 0-0-22 / days: 22" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-15 = 0-0-23 / days: 23" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-14 = 0-0-24 / days: 24" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-13 = 0-0-25 / days: 25" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-12 = 0-0-26 / days: 26" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-11 = 0-0-27 / days: 27" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-10 = 0-1-0 / days: 28" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-09 = 0-1-1 / days: 29" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-08 = 0-1-2 / days: 30" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-07 = 0-1-3 / days: 31" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-06 = 0-1-4 / days: 32" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-05 = 0-1-5 / days: 33" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-04 = 0-1-6 / days: 34" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-03 = 0-1-7 / days: 35" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-02 = 0-1-8 / days: 36" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-01 = 0-1-9 / days: 37" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-31 = 0-1-10 / days: 38" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-30 = 0-1-11 / days: 39" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-29 = 0-1-12 / days: 40" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-28 = 0-1-13 / days: 41" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-27 = 0-1-14 / days: 42" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-26 = 0-1-15 / days: 43" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-25 = 0-1-16 / days: 44" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-24 = 0-1-17 / days: 45" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-23 = 0-1-18 / days: 46" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-22 = 0-1-19 / days: 47" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-21 = 0-1-20 / days: 48" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-20 = 0-1-21 / days: 49" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-19 = 0-1-22 / days: 50" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encoun
Output for 7.2.0, 7.2.29, 7.2.31, 7.3.12, 7.3.24, 7.3.28 - 7.3.31, 7.3.33, 7.4.0, 7.4.4 - 7.4.5, 7.4.19, 7.4.24, 7.4.27, 7.4.32
Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-10 = 0-0-0 / days: 0" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-09 = 0-0-1 / days: 1" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-08 = 0-0-2 / days: 2" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-07 = 0-0-3 / days: 3" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-06 = 0-0-4 / days: 4" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-05 = 0-0-5 / days: 5" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-04 = 0-0-6 / days: 6" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-03 = 0-0-7 / days: 7" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-02 = 0-0-8 / days: 8" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-01 = 0-0-9 / days: 9" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-28 = 0-0-10 / days: 10" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-27 = 0-0-11 / days: 11" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-26 = 0-0-12 / days: 12" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-25 = 0-0-13 / days: 13" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-24 = 0-0-14 / days: 14" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-23 = 0-0-15 / days: 15" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-22 = 0-0-16 / days: 16" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-21 = 0-0-17 / days: 17" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-20 = 0-0-18 / days: 18" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-19 = 0-0-19 / days: 19" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-18 = 0-0-20 / days: 20" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-17 = 0-0-21 / days: 21" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-16 = 0-0-22 / days: 22" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-15 = 0-0-23 / days: 23" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-14 = 0-0-24 / days: 24" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-13 = 0-0-25 / days: 25" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-12 = 0-0-26 / days: 26" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-11 = 0-0-27 / days: 27" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-10 = 0-1-0 / days: 28" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-09 = 0-1-1 / days: 29" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-08 = 0-1-2 / days: 30" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-07 = 0-1-3 / days: 31" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-06 = 0-1-4 / days: 32" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-05 = 0-1-5 / days: 33" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-04 = 0-1-6 / days: 34" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-03 = 0-1-7 / days: 35" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-02 = 0-1-8 / days: 36" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-01 = 0-1-9 / days: 37" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-31 = 0-1-10 / days: 38" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-30 = 0-1-11 / days: 39" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-29 = 0-1-12 / days: 40" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-28 = 0-1-13 / days: 41" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-27 = 0-1-14 / days: 42" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-26 = 0-1-15 / days: 43" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-25 = 0-1-16 / days: 44" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-24 = 0-1-17 / days: 45" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-23 = 0-1-18 / days: 46" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-22 = 0-1-19 / days: 47" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-21 = 0-1-20 / days: 48" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-20 = 0-1-21 / days: 49" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: Use of undefined constant d - assumed 'd' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-19 = 0-1-22 / days: 50" Warning: Use of undefined constant Y - assumed 'Y' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: Use of undefined constant m - assumed 'm' (this will throw an Error in a future version of PHP) in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encoun
Process exited with code 137.
Output for 7.1.0 - 7.1.20
Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-10 = 0-0-0 / days: 0" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-09 = 0-0-1 / days: 1" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-08 = 0-0-2 / days: 2" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-07 = 0-0-3 / days: 3" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-06 = 0-0-4 / days: 4" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-05 = 0-0-5 / days: 5" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-04 = 0-0-6 / days: 6" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-03 = 0-0-7 / days: 7" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-02 = 0-0-8 / days: 8" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(32) "0 - 2014-03-01 = 0-0-9 / days: 9" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-28 = 0-0-10 / days: 10" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-27 = 0-0-11 / days: 11" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-26 = 0-0-12 / days: 12" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-25 = 0-0-13 / days: 13" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-24 = 0-0-14 / days: 14" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-23 = 0-0-15 / days: 15" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-22 = 0-0-16 / days: 16" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-21 = 0-0-17 / days: 17" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-20 = 0-0-18 / days: 18" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-19 = 0-0-19 / days: 19" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-18 = 0-0-20 / days: 20" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-17 = 0-0-21 / days: 21" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-16 = 0-0-22 / days: 22" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-15 = 0-0-23 / days: 23" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-14 = 0-0-24 / days: 24" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-13 = 0-0-25 / days: 25" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-12 = 0-0-26 / days: 26" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-02-11 = 0-0-27 / days: 27" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-10 = 0-1-0 / days: 28" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-09 = 0-1-1 / days: 29" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-08 = 0-1-2 / days: 30" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-07 = 0-1-3 / days: 31" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-06 = 0-1-4 / days: 32" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-05 = 0-1-5 / days: 33" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-04 = 0-1-6 / days: 34" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-03 = 0-1-7 / days: 35" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-02 = 0-1-8 / days: 36" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-02-01 = 0-1-9 / days: 37" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-31 = 0-1-10 / days: 38" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-30 = 0-1-11 / days: 39" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-29 = 0-1-12 / days: 40" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-28 = 0-1-13 / days: 41" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-27 = 0-1-14 / days: 42" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-26 = 0-1-15 / days: 43" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-25 = 0-1-16 / days: 44" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-24 = 0-1-17 / days: 45" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-23 = 0-1-18 / days: 46" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-22 = 0-1-19 / days: 47" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-21 = 0-1-20 / days: 48" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-20 = 0-1-21 / days: 49" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-19 = 0-1-22 / days: 50" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-18 = 0-1-23 / days: 51" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-17 = 0-1-24 / days: 52" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-16 = 0-1-25 / days: 53" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-15 = 0-1-26 / days: 54" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-14 = 0-1-27 / days: 55" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-13 = 0-1-28 / days: 56" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-12 = 0-1-29 / days: 57" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(34) "0 - 2014-01-11 = 0-1-30 / days: 58" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-10 = 0-2-0 / days: 59" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-09 = 0-2-1 / days: 60" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-08 = 0-2-2 / days: 61" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-07 = 0-2-3 / days: 62" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-06 = 0-2-4 / days: 63" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-05 = 0-2-5 / days: 64" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-04 = 0-2-6 / days: 65" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-03 = 0-2-7 / days: 66" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-02 = 0-2-8 / days: 67" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 Warning: A non-numeric value encountered in /in/PE99C on line 13 string(33) "0 - 2014-01-01 = 0-2-9 / days: 68"
Output for 5.3.3 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.20
Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-10 = 0-0-0 / days: 0" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-09 = 0-0-1 / days: 1" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-08 = 0-0-2 / days: 2" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-07 = 0-0-3 / days: 3" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-06 = 0-0-4 / days: 4" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-05 = 0-0-5 / days: 5" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-04 = 0-0-6 / days: 6" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-03 = 0-0-7 / days: 7" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-02 = 0-0-8 / days: 8" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-01 = 0-0-9 / days: 9" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-28 = 0-0-10 / days: 10" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-27 = 0-0-11 / days: 11" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-26 = 0-0-12 / days: 12" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-25 = 0-0-13 / days: 13" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-24 = 0-0-14 / days: 14" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-23 = 0-0-15 / days: 15" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-22 = 0-0-16 / days: 16" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-21 = 0-0-17 / days: 17" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-20 = 0-0-18 / days: 18" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-19 = 0-0-19 / days: 19" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-18 = 0-0-20 / days: 20" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-17 = 0-0-21 / days: 21" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-16 = 0-0-22 / days: 22" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-15 = 0-0-23 / days: 23" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-14 = 0-0-24 / days: 24" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-13 = 0-0-25 / days: 25" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-12 = 0-0-26 / days: 26" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-11 = 0-0-27 / days: 27" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-10 = 0-1-0 / days: 28" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-09 = 0-1-1 / days: 29" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-08 = 0-1-2 / days: 30" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-07 = 0-1-3 / days: 31" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-06 = 0-1-4 / days: 32" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-05 = 0-1-5 / days: 33" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-04 = 0-1-6 / days: 34" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-03 = 0-1-7 / days: 35" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-02 = 0-1-8 / days: 36" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-01 = 0-1-9 / days: 37" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-31 = 0-1-10 / days: 38" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-30 = 0-1-11 / days: 39" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-29 = 0-1-12 / days: 40" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-28 = 0-1-13 / days: 41" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-27 = 0-1-14 / days: 42" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-26 = 0-1-15 / days: 43" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-25 = 0-1-16 / days: 44" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-24 = 0-1-17 / days: 45" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-23 = 0-1-18 / days: 46" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-22 = 0-1-19 / days: 47" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-21 = 0-1-20 / days: 48" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-20 = 0-1-21 / days: 49" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-19 = 0-1-22 / days: 50" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-18 = 0-1-23 / days: 51" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-17 = 0-1-24 / days: 52" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-16 = 0-1-25 / days: 53" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-15 = 0-1-26 / days: 54" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-14 = 0-1-27 / days: 55" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-13 = 0-1-28 / days: 56" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-12 = 0-1-29 / days: 57" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-11 = 0-1-30 / days: 58" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-10 = 0-2-0 / days: 59" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-09 = 0-2-1 / days: 60" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-08 = 0-2-2 / days: 61" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-07 = 0-2-3 / days: 62" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-06 = 0-2-4 / days: 63" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-05 = 0-2-5 / days: 64" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-04 = 0-2-6 / days: 65" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-03 = 0-2-7 / days: 66" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-02 = 0-2-8 / days: 67" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-01 = 0-2-9 / days: 68"
Output for 5.3.0 - 5.3.2
Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-10 = 0-0-0 / days: 0" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-09 = 0-0-1 / days: 1" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-08 = 0-0-2 / days: 2" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-07 = 0-0-3 / days: 3" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-06 = 0-0-4 / days: 4" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-05 = 0-0-5 / days: 5" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-04 = 0-0-6 / days: 6" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-03 = 0-0-7 / days: 7" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-02 = 0-0-8 / days: 8" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(32) "0 - 2014-03-01 = 0-0-9 / days: 9" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-28 = 0-0-10 / days: 10" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-27 = 0-0-11 / days: 11" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-26 = 0-0-12 / days: 12" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-25 = 0-0-13 / days: 13" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-24 = 0-0-14 / days: 14" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-23 = 0-0-15 / days: 15" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-22 = 0-0-16 / days: 16" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-21 = 0-0-17 / days: 17" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-20 = 0-0-18 / days: 18" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-19 = 0-0-19 / days: 19" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-18 = 0-0-20 / days: 20" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-17 = 0-0-21 / days: 21" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-16 = 0-0-22 / days: 22" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-15 = 0-0-23 / days: 23" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-14 = 0-0-24 / days: 24" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-13 = 0-0-25 / days: 25" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-12 = 0-0-26 / days: 26" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-02-11 = 0-0-27 / days: 27" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-10 = 0-1-0 / days: 28" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-09 = 0-1-1 / days: 29" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-08 = 0-1-2 / days: 30" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-07 = 0-1-3 / days: 31" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-06 = 0-1-4 / days: 32" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-05 = 0-1-5 / days: 33" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-04 = 0-1-6 / days: 34" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-03 = 0-1-7 / days: 35" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-02 = 0-1-8 / days: 36" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-02-01 = 0-1-9 / days: 37" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-31 = 0-1-10 / days: 38" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-30 = 0-1-11 / days: 39" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-29 = 0-1-12 / days: 40" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-28 = 0-1-13 / days: 41" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-27 = 0-1-14 / days: 42" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-26 = 0-1-15 / days: 43" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-25 = 0-1-16 / days: 44" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-24 = 0-1-17 / days: 45" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-23 = 0-1-18 / days: 46" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-22 = 0-1-19 / days: 47" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-21 = 0-1-20 / days: 48" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-20 = 0-1-21 / days: 49" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-19 = 0-1-22 / days: 50" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-18 = 0-1-23 / days: 51" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-17 = 0-1-24 / days: 52" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-16 = 0-1-25 / days: 53" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-15 = 0-1-26 / days: 54" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-14 = 0-1-27 / days: 55" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(34) "0 - 2014-01-13 = 0-1-28 / days: 56" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-12 = 0-2-1 / days: 57" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-11 = 0-2-2 / days: 58" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-10 = 0-2-0 / days: 59" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-09 = 0-2-1 / days: 60" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-08 = 0-2-2 / days: 61" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-07 = 0-2-3 / days: 62" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-06 = 0-2-4 / days: 63" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-05 = 0-2-5 / days: 64" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-04 = 0-2-6 / days: 65" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-03 = 0-2-7 / days: 66" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-02 = 0-2-8 / days: 67" Notice: Use of undefined constant Y - assumed 'Y' in /in/PE99C on line 13 Notice: Use of undefined constant m - assumed 'm' in /in/PE99C on line 13 Notice: Use of undefined constant d - assumed 'd' in /in/PE99C on line 13 string(33) "0 - 2014-01-01 = 0-2-9 / days: 68"
Output for 5.2.2 - 5.2.17
Fatal error: Call to undefined method DateTime::sub() in /in/PE99C on line 19
Process exited with code 255.
Output for 5.2.0 - 5.2.1
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/PE99C on line 16
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '(', expecting '}' in /in/PE99C on line 13
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected '(', expecting '}' in /in/PE99C on line 13
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `'}'' in /in/PE99C on line 13
Process exited with code 255.

preferences:
344.77 ms | 401 KiB | 315 Q